diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-10-30 22:19:49 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-30 22:24:41 -0400 |
commit | 8746042ae10070ecb3c35bd34238e146b6b2e3a5 (patch) | |
tree | 680131d4193b396f7c90156b221cd7180dbd8fff /tests/unit/droppable/droppable_common.js | |
parent | b49e071d39795255e88b13ae172367201484c352 (diff) | |
download | jquery-ui-8746042ae10070ecb3c35bd34238e146b6b2e3a5.tar.gz jquery-ui-8746042ae10070ecb3c35bd34238e146b6b2e3a5.zip |
Dev: Standardized the droppable test suite. Fixed #8753 - Dev: Get droppable test suite to pass
Diffstat (limited to 'tests/unit/droppable/droppable_common.js')
-rw-r--r-- | tests/unit/droppable/droppable_common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/droppable/droppable_common.js b/tests/unit/droppable/droppable_common.js index 985dba06d..d86afe3dd 100644 --- a/tests/unit/droppable/droppable_common.js +++ b/tests/unit/droppable/droppable_common.js @@ -3,6 +3,7 @@ TestHelpers.commonWidgetTests( "droppable", { accept: "*", activeClass: false, addClasses: true, + create: null, disabled: false, greedy: false, hoverClass: false, |