diff options
author | Rafael Xavier de Souza <rxaviers@gmail.com> | 2014-04-15 11:45:46 -0300 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-26 09:23:33 -0500 |
commit | 45744efd268137216d71c38774821fd7a01d3c34 (patch) | |
tree | 88e37bdebd2674b9021ac8ad8dd4844fe27abdbb /ui/selectmenu.js | |
parent | c4e367bb31c21d7c8b2701c626a92a2f13be5af4 (diff) | |
download | jquery-ui-45744efd268137216d71c38774821fd7a01d3c34.tar.gz jquery-ui-45744efd268137216d71c38774821fd7a01d3c34.zip |
All: Add css-dependency-comments based on jQuery Mobile
Ref gh-1029
Ref jquery/download.jqueryui.com#178
Closes gh-1440
Diffstat (limited to 'ui/selectmenu.js')
-rw-r--r-- | ui/selectmenu.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/selectmenu.js b/ui/selectmenu.js index 55da2b552..68cbbbfbf 100644 --- a/ui/selectmenu.js +++ b/ui/selectmenu.js @@ -12,6 +12,9 @@ //>>description: Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select. //>>docs: http://api.jqueryui.com/selectmenu/ //>>demos: http://jqueryui.com/selectmenu/ +//>>css.structure: ../themes/base/core.css +//>>css.structure: ../themes/base/selectmenu.css +//>>css.theme: ../themes/base/theme.css (function( factory ) { if ( typeof define === "function" && define.amd ) { |