diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:03:06 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 8b3005fd584fd637b38964ee8d09221da2490dbd (patch) | |
tree | 4ae99e682fee3fbbff889208eb3f0b3fc756bdbe /tests/unit/droppable/methods.js | |
parent | 59ea81003da93d74414989a6c49498183e501289 (diff) | |
download | jquery-ui-8b3005fd584fd637b38964ee8d09221da2490dbd.tar.gz jquery-ui-8b3005fd584fd637b38964ee8d09221da2490dbd.zip |
Droppable: Move droppable into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/droppable/methods.js')
-rw-r--r-- | tests/unit/droppable/methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/methods.js b/tests/unit/droppable/methods.js index 1c9bba023..10ac48499 100644 --- a/tests/unit/droppable/methods.js +++ b/tests/unit/droppable/methods.js @@ -1,7 +1,7 @@ define( [ "jquery", "./helper", - "ui/droppable" + "ui/widgets/droppable" ], function( $, testHelper ) { module("droppable: methods"); |