diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2013-01-02 18:27:22 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2013-01-02 18:27:22 -0500 |
commit | f667d090a74ce3f9c0bacceab93ec542c6915e44 (patch) | |
tree | 2334132b1fa1485e72ac5aa73d46ef78c5ff4f56 /tests/unit/resizable | |
parent | cf7dc089e00b781e4fb237da3b3e856cf996c7ed (diff) | |
download | jquery-ui-f667d090a74ce3f9c0bacceab93ec542c6915e44.tar.gz jquery-ui-f667d090a74ce3f9c0bacceab93ec542c6915e44.zip |
Interactions: Update widget defaults to match documented API.
Diffstat (limited to 'tests/unit/resizable')
-rw-r--r-- | tests/unit/resizable/resizable_common.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/unit/resizable/resizable_common.js b/tests/unit/resizable/resizable_common.js index 6758214ad..c261ac5b9 100644 --- a/tests/unit/resizable/resizable_common.js +++ b/tests/unit/resizable/resizable_common.js @@ -1,4 +1,4 @@ -TestHelpers.commonWidgetTests("resizable", { +TestHelpers.commonWidgetTests( "resizable", { defaults: { alsoResize: false, animate: false, @@ -22,6 +22,9 @@ TestHelpers.commonWidgetTests("resizable", { zIndex: 90, // callbacks - create: null + create: null, + resize: null, + start: null, + stop: null } }); |