aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectmenu/methods.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-14 22:06:31 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:39 -0400
commite7c9e8877e76a8d668756b1f752e12d17a2b124f (patch)
tree9ddd9acc93aacf5f4c84b6788e4f4173e2467854 /tests/unit/selectmenu/methods.js
parent2a279db00a2d808884e887c90c9bd9bd40afb31f (diff)
downloadjquery-ui-e7c9e8877e76a8d668756b1f752e12d17a2b124f.tar.gz
jquery-ui-e7c9e8877e76a8d668756b1f752e12d17a2b124f.zip
Selectmenu: Move selectmenu into widgets folder
Ref #13885
Diffstat (limited to 'tests/unit/selectmenu/methods.js')
-rw-r--r--tests/unit/selectmenu/methods.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectmenu/methods.js b/tests/unit/selectmenu/methods.js
index 8481e804e..a386655ce 100644
--- a/tests/unit/selectmenu/methods.js
+++ b/tests/unit/selectmenu/methods.js
@@ -1,6 +1,6 @@
define( [
"jquery",
- "ui/selectmenu"
+ "ui/widgets/selectmenu"
], function( $ ) {
module( "selectmenu: methods" );