aboutsummaryrefslogtreecommitdiffstats
path: root/ui/draggable.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-15 16:43:33 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:36 -0400
commitf0260fd91b593ae56f68e1f33ca8496c1c4b0467 (patch)
tree2a68e32188b4a9c81ed37820232feaeae11a797a /ui/draggable.js
parent3d71fb83fe02a307823594f5905be9848cfa5506 (diff)
downloadjquery-ui-f0260fd91b593ae56f68e1f33ca8496c1c4b0467.tar.gz
jquery-ui-f0260fd91b593ae56f68e1f33ca8496c1c4b0467.zip
Core: Move data selector from core into its own module
Ref #9647
Diffstat (limited to 'ui/draggable.js')
-rw-r--r--ui/draggable.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/draggable.js b/ui/draggable.js
index 261be7b48..47855e157 100644
--- a/ui/draggable.js
+++ b/ui/draggable.js
@@ -21,8 +21,9 @@
define([
"jquery",
"./core",
- "./version",
+ "./data",
"./mouse",
+ "./version",
"./widget"
], factory );
} else {