diff options
Diffstat (limited to 'ui/datepicker.js')
-rw-r--r-- | ui/datepicker.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/datepicker.js b/ui/datepicker.js index 4f2ab38ef..5be0c6f0f 100644 --- a/ui/datepicker.js +++ b/ui/datepicker.js @@ -12,6 +12,9 @@ //>>description: Displays a calendar from an input or inline for selecting dates. //>>docs: http://api.jqueryui.com/datepicker/ //>>demos: http://jqueryui.com/datepicker/ +//>>css.structure: ../themes/base/core.css +//>>css.structure: ../themes/base/datepicker.css +//>>css.theme: ../themes/base/theme.css (function( factory ) { if ( typeof define === "function" && define.amd ) { |