aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-12-06 09:21:25 -0500
committerScott González <scott.gonzalez@gmail.com>2012-12-06 09:21:25 -0500
commit8c763cdf9836e9e97432167e92d0a5808e033ba2 (patch)
tree49bbcad0cc398b31a7a6371b4d5bf10d34cebfad /tests
parent1e5662ebe5a27d5ef0b8d60730b21771a2526547 (diff)
downloadjquery-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.js2
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
}
});