diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2013-01-02 14:58:12 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2013-01-02 14:58:12 -0500 |
commit | b477098da5cb57336540f993cd2dbdfc73d63d03 (patch) | |
tree | 94983dc07ff30be8b7c11cb9ab4cb89d2a30cca7 /tests | |
parent | 18b8ffd796ba557a7c939d67a1551b54402a7eb9 (diff) | |
download | jquery-ui-b477098da5cb57336540f993cd2dbdfc73d63d03.tar.gz jquery-ui-b477098da5cb57336540f993cd2dbdfc73d63d03.zip |
Slider: add options for event callbacks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/slider/slider_common.js | 6 |
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 } }); |