diff options
Diffstat (limited to 'ui/widgets/draggable.js')
-rw-r--r-- | ui/widgets/draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js index b459afe00..7da09b7ec 100644 --- a/ui/widgets/draggable.js +++ b/ui/widgets/draggable.js @@ -12,7 +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 +//>>css.structure: ../../themes/base/draggable.css ( function( factory ) { if ( typeof define === "function" && define.amd ) { |