diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/droppable/common-deprecated.js | 2 | ||||
-rw-r--r-- | tests/unit/droppable/common.js | 2 | ||||
-rw-r--r-- | tests/unit/droppable/options.js | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/droppable/common-deprecated.js b/tests/unit/droppable/common-deprecated.js index e9fdc69cc..ecbc9b1a1 100644 --- a/tests/unit/droppable/common-deprecated.js +++ b/tests/unit/droppable/common-deprecated.js @@ -15,7 +15,7 @@ common.testWidget( "droppable", { scope: "default", tolerance: "intersect", - // callbacks + // Callbacks activate: null, create: null, deactivate: null, diff --git a/tests/unit/droppable/common.js b/tests/unit/droppable/common.js index d3bffc67b..5d0e55d6f 100644 --- a/tests/unit/droppable/common.js +++ b/tests/unit/droppable/common.js @@ -13,7 +13,7 @@ common.testWidget( "droppable", { scope: "default", tolerance: "intersect", - // callbacks + // Callbacks activate: null, create: null, deactivate: null, diff --git a/tests/unit/droppable/options.js b/tests/unit/droppable/options.js index 2fdf483d2..c2035ce8c 100644 --- a/tests/unit/droppable/options.js +++ b/tests/unit/droppable/options.js @@ -114,7 +114,7 @@ test( "tolerance, intersect", function() { height: 10, position: "absolute", - // http://bugs.jqueryui.com/ticket/6876 + // Http://bugs.jqueryui.com/ticket/6876 // Droppable: droppable region is offset by draggables margin marginTop: 3, marginLeft: 3 @@ -183,7 +183,7 @@ test( "tolerance, pointer", function() { }); }); - // http://bugs.jqueryui.com/ticket/4977 - tolerance, pointer - bug when pointer outside draggable + // Http://bugs.jqueryui.com/ticket/4977 - tolerance, pointer - bug when pointer outside draggable draggable.css({ top: 0, left: 0 }).draggable( "option", "axis", "x" ); droppable.css({ top: 15, left: 15 }); |