aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/progressbar')
-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
}
});