diff options
Diffstat (limited to 'ui/draggable.js')
-rw-r--r-- | ui/draggable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/draggable.js b/ui/draggable.js index 3bdcf92a0..c57a3517c 100644 --- a/ui/draggable.js +++ b/ui/draggable.js @@ -12,6 +12,7 @@ //>>description: Enables dragging functionality for any element. //>>docs: http://api.jqueryui.com/draggable/ //>>demos: http://jqueryui.com/draggable/ +//>>css.structure: ../themes/base/draggable.css (function( factory ) { if ( typeof define === "function" && define.amd ) { |