diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:10:45 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:23 -0400 |
commit | f43311da932d8ec16ad91c14afefc84cfb810797 (patch) | |
tree | 07151d6784fabc07e2973206c069c2063d8eee3d /tests | |
parent | 3b99bf4cc848ee5faf5f3f0d6483f2fa03e5f969 (diff) | |
download | jquery-ui-f43311da932d8ec16ad91c14afefc84cfb810797.tar.gz jquery-ui-f43311da932d8ec16ad91c14afefc84cfb810797.zip |
Droppable: Style updates
Ref #14246
Ref gh-1588
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 }); |