diff options
author | Amanpreet Singh <apsdehal@gmail.com> | 2016-04-03 21:51:57 +0530 |
---|---|---|
committer | Amanpreet Singh <apsdehal@gmail.com> | 2016-04-14 00:06:12 +0530 |
commit | 46f607af976abef77bf53685d21fa836359c8438 (patch) | |
tree | 73a494e32c0a7fd730f607ae5647cff910262fd3 /tests/unit/draggable/common.js | |
parent | 86fd11d5a73c1500d0efef07653f69c0e58e2db3 (diff) | |
download | jquery-ui-46f607af976abef77bf53685d21fa836359c8438.tar.gz jquery-ui-46f607af976abef77bf53685d21fa836359c8438.zip |
Draggable: Shift to use no globals
Diffstat (limited to 'tests/unit/draggable/common.js')
-rw-r--r-- | tests/unit/draggable/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/draggable/common.js b/tests/unit/draggable/common.js index 228bba5dc..b2a46c7a7 100644 --- a/tests/unit/draggable/common.js +++ b/tests/unit/draggable/common.js @@ -31,7 +31,7 @@ common.testWidget( "draggable", { stack: false, zIndex: false, - //todo: remove the following option checks when interactions are rewritten: + //Todo: remove the following option checks when interactions are rewritten: addClasses: true, delay: 0, distance: 1, |