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