aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/common.js
diff options
context:
space:
mode:
authorAmanpreet Singh <apsdehal@gmail.com>2016-04-03 21:51:57 +0530
committerAmanpreet Singh <apsdehal@gmail.com>2016-04-14 00:06:12 +0530
commit46f607af976abef77bf53685d21fa836359c8438 (patch)
tree73a494e32c0a7fd730f607ae5647cff910262fd3 /tests/unit/draggable/common.js
parent86fd11d5a73c1500d0efef07653f69c0e58e2db3 (diff)
downloadjquery-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.js2
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,