From f43311da932d8ec16ad91c14afefc84cfb810797 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 21 Aug 2015 00:10:45 -0400 Subject: Droppable: Style updates Ref #14246 Ref gh-1588 --- tests/unit/droppable/common-deprecated.js | 2 +- tests/unit/droppable/common.js | 2 +- tests/unit/droppable/options.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') 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 }); -- cgit v1.2.3