diff options
Diffstat (limited to 'ui/selectable.js')
-rw-r--r-- | ui/selectable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/selectable.js b/ui/selectable.js index e53f3f985..9c8815fb6 100644 --- a/ui/selectable.js +++ b/ui/selectable.js @@ -12,6 +12,7 @@ //>>description: Allows groups of elements to be selected with the mouse. //>>docs: http://api.jqueryui.com/selectable/ //>>demos: http://jqueryui.com/selectable/ +//>>css.structure: ../themes/base/selectable.css (function( factory ) { if ( typeof define === "function" && define.amd ) { |