diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:11:02 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:23 -0400 |
commit | f75c8761cb7d4e6fca39c4b7cedf2442a8bc260a (patch) | |
tree | 401d87167474b82756b61d69f4fee35f95b69a12 /tests/unit/draggable/common.js | |
parent | f43311da932d8ec16ad91c14afefc84cfb810797 (diff) | |
download | jquery-ui-f75c8761cb7d4e6fca39c4b7cedf2442a8bc260a.tar.gz jquery-ui-f75c8761cb7d4e6fca39c4b7cedf2442a8bc260a.zip |
Draggable: Style updates
Ref #14246
Ref gh-1588
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 d09e6b7b7..c9a687ce3 100644 --- a/tests/unit/draggable/common.js +++ b/tests/unit/draggable/common.js @@ -37,7 +37,7 @@ common.testWidget( "draggable", { distance: 1, iframeFix: false, - // callbacks + // Callbacks create: null, drag: null, start: null, |