diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-06 09:21:25 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-06 09:21:25 -0500 |
commit | 8c763cdf9836e9e97432167e92d0a5808e033ba2 (patch) | |
tree | 49bbcad0cc398b31a7a6371b4d5bf10d34cebfad /tests | |
parent | 1e5662ebe5a27d5ef0b8d60730b21771a2526547 (diff) | |
download | jquery-ui-8c763cdf9836e9e97432167e92d0a5808e033ba2.tar.gz jquery-ui-8c763cdf9836e9e97432167e92d0a5808e033ba2.zip |
Progressbar: Define defaults for callbacks.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/progressbar/progressbar_common.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/progressbar/progressbar_common.js b/tests/unit/progressbar/progressbar_common.js index 2f97a78bb..ceee3fbec 100644 --- a/tests/unit/progressbar/progressbar_common.js +++ b/tests/unit/progressbar/progressbar_common.js @@ -5,6 +5,8 @@ TestHelpers.commonWidgetTests( "progressbar", { max: 100, //callbacks + change: null, + complete: null, create: null } }); |