diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-10-31 08:30:01 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-31 09:50:36 -0400 |
commit | d85b0160f2bd9030e2abc1a5d1d166602423cb11 (patch) | |
tree | baab9e414b33ad0fe37e64e5e2fd8155099714d7 /ui/jquery.ui.droppable.js | |
parent | 8746042ae10070ecb3c35bd34238e146b6b2e3a5 (diff) | |
download | jquery-ui-d85b0160f2bd9030e2abc1a5d1d166602423cb11.tar.gz jquery-ui-d85b0160f2bd9030e2abc1a5d1d166602423cb11.zip |
Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable test suite to pass
Diffstat (limited to 'ui/jquery.ui.droppable.js')
-rw-r--r-- | ui/jquery.ui.droppable.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js index 9086a68f2..7a346dab5 100644 --- a/ui/jquery.ui.droppable.js +++ b/ui/jquery.ui.droppable.js @@ -14,8 +14,6 @@ * jquery.ui.mouse.js * jquery.ui.draggable.js */ - - (function( $, undefined ) { /*jshint onevar: false, curly: false, eqeqeq: false, laxbreak: true */ |