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/common.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/common.js')
-rw-r--r-- | tests/unit/droppable/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/common.js b/tests/unit/droppable/common.js index ef8e11692..d3bffc67b 100644 --- a/tests/unit/droppable/common.js +++ b/tests/unit/droppable/common.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/droppable" + "ui/widgets/droppable" ], function( common ) { common.testWidget( "droppable", { |