aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/options.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:05:00 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:38 -0400
commite59b596141d60b5aff4dbf1c384c62abfcf9c505 (patch)
tree09769f994aa6a4c9ca6e14e2ca31c4046e0a9119 /tests/unit/resizable/options.js
parent5dc88353d49636798e99ae7c276c4a5ec14055d8 (diff)
downloadjquery-ui-e59b596141d60b5aff4dbf1c384c62abfcf9c505.tar.gz
jquery-ui-e59b596141d60b5aff4dbf1c384c62abfcf9c505.zip
Resizable: Move resizable into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/resizable/options.js')
-rw-r--r--tests/unit/resizable/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/resizable/options.js b/tests/unit/resizable/options.js
index 7d9615b64..1e643a576 100644
--- a/tests/unit/resizable/options.js
+++ b/tests/unit/resizable/options.js
@@ -1,7 +1,7 @@
define( [
"jquery",
"./helper",
- "ui/resizable"
+ "ui/widgets/resizable"
], function( $, testHelper ) {
module("resizable: options");