aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/progressbar/progressbar_common.js')
-rw-r--r--tests/unit/progressbar/progressbar_common.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/progressbar/progressbar_common.js b/tests/unit/progressbar/progressbar_common.js
index 2f97a78bb..0768576f5 100644
--- a/tests/unit/progressbar/progressbar_common.js
+++ b/tests/unit/progressbar/progressbar_common.js
@@ -1,10 +1,12 @@
TestHelpers.commonWidgetTests( "progressbar", {
defaults: {
disabled: false,
- value: 0,
max: 100,
+ value: 0,
//callbacks
+ change: null,
+ complete: null,
create: null
}
});