aboutsummaryrefslogtreecommitdiffstats
path: root/ui/draggable.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-07-15 18:31:39 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-08 00:29:36 -0400
commit0a9df3af52a66fe5e8f23622503020f0bcc6ded9 (patch)
treea70be2ab4a4322c6e1d423353b6ae0c5f5e1d1f1 /ui/draggable.js
parent2d03e1280a3671468aba6d48d60ba9381fe90e19 (diff)
downloadjquery-ui-0a9df3af52a66fe5e8f23622503020f0bcc6ded9.tar.gz
jquery-ui-0a9df3af52a66fe5e8f23622503020f0bcc6ded9.zip
Core: Move plugin into its own module
Ref #9647
Diffstat (limited to 'ui/draggable.js')
-rw-r--r--ui/draggable.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/draggable.js b/ui/draggable.js
index 47855e157..81cb7d6de 100644
--- a/ui/draggable.js
+++ b/ui/draggable.js
@@ -23,6 +23,7 @@
"./core",
"./data",
"./mouse",
+ "./plugin",
"./version",
"./widget"
], factory );