aboutsummaryrefslogtreecommitdiffstats
path: root/ui/resizable.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-15 16:49:34 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:36 -0400
commit4916487440b0c087e6e5996522cf478af26df591 (patch)
treefaa942968a5eea38b9aa2dc074bc399bfb5f4a9b /ui/resizable.js
parentf0260fd91b593ae56f68e1f33ca8496c1c4b0467 (diff)
downloadjquery-ui-4916487440b0c087e6e5996522cf478af26df591.tar.gz
jquery-ui-4916487440b0c087e6e5996522cf478af26df591.zip
Core: Move disable-selection into its own module
Ref #9647
Diffstat (limited to 'ui/resizable.js')
-rw-r--r--ui/resizable.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/resizable.js b/ui/resizable.js
index 6b4fd1013..1c0ad6ff1 100644
--- a/ui/resizable.js
+++ b/ui/resizable.js
@@ -23,8 +23,9 @@
define([
"jquery",
"./core",
- "./version",
+ "./disable-selection",
"./mouse",
+ "./version",
"./widget"
], factory );
} else {