diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:05:00 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | e59b596141d60b5aff4dbf1c384c62abfcf9c505 (patch) | |
tree | 09769f994aa6a4c9ca6e14e2ca31c4046e0a9119 /tests/unit/resizable/methods.js | |
parent | 5dc88353d49636798e99ae7c276c4a5ec14055d8 (diff) | |
download | jquery-ui-e59b596141d60b5aff4dbf1c384c62abfcf9c505.tar.gz jquery-ui-e59b596141d60b5aff4dbf1c384c62abfcf9c505.zip |
Resizable: Move resizable into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/resizable/methods.js')
-rw-r--r-- | tests/unit/resizable/methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/resizable/methods.js b/tests/unit/resizable/methods.js index a7056a105..ed79ef621 100644 --- a/tests/unit/resizable/methods.js +++ b/tests/unit/resizable/methods.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/resizable" + "ui/widgets/resizable" ], function( $ ) { module( "resizable: methods" ); |