diff options
Diffstat (limited to 'ui/resizable.js')
-rw-r--r-- | ui/resizable.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/resizable.js b/ui/resizable.js index c167508b3..d0d500cd1 100644 --- a/ui/resizable.js +++ b/ui/resizable.js @@ -12,6 +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 (function( factory ) { if ( typeof define === "function" && define.amd ) { |