aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable/methods.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:08:51 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:39 -0400
commit657b6d0f5862ca14f2bb996e105b20f0654483b6 (patch)
treeb7c9f8a65b3d0e3d815777c69fd0b29f64fc680e /tests/unit/sortable/methods.js
parent149a1a2a824b09cec0202eba77ed3e51e9c165ae (diff)
downloadjquery-ui-657b6d0f5862ca14f2bb996e105b20f0654483b6.tar.gz
jquery-ui-657b6d0f5862ca14f2bb996e105b20f0654483b6.zip
Sortable: Move sortable into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/sortable/methods.js')
-rw-r--r--tests/unit/sortable/methods.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/methods.js b/tests/unit/sortable/methods.js
index d88b8089f..f58ac052d 100644
--- a/tests/unit/sortable/methods.js
+++ b/tests/unit/sortable/methods.js
@@ -1,7 +1,7 @@
define( [
"jquery",
"./helper",
- "ui/sortable"
+ "ui/widgets/sortable"
], function( $, testHelper ) {
module("sortable: methods");