aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/slider/slider_common.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/unit/slider/slider_common.js b/tests/unit/slider/slider_common.js
index 48fd5e457..6d7278de6 100644
--- a/tests/unit/slider/slider_common.js
+++ b/tests/unit/slider/slider_common.js
@@ -14,6 +14,10 @@ TestHelpers.commonWidgetTests( "slider", {
values: null,
// callbacks
- create: null
+ create: null,
+ change: null,
+ slide: null,
+ start: null,
+ stop: null
}
});