From b477098da5cb57336540f993cd2dbdfc73d63d03 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Wed, 2 Jan 2013 14:58:12 -0500 Subject: Slider: add options for event callbacks --- tests/unit/slider/slider_common.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') 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 } }); -- cgit v1.2.3