Calendar: Add css-dependency-comments based on jQuery Mobile

Related 45744efd26
This commit is contained in:
Felix Nagel 2015-12-02 18:53:26 +01:00
parent 8c10fce536
commit e0bbcb854d
2 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,9 @@
//>>description: Displays a calendar for inline date selection. //>>description: Displays a calendar for inline date selection.
//>>docs: http://api.jqueryui.com/calendar/ //>>docs: http://api.jqueryui.com/calendar/
//>>demos: http://jqueryui.com/calendar/ //>>demos: http://jqueryui.com/calendar/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/calendar.css
//>>css.theme: ../../themes/base/theme.css
( function( factory ) { ( function( factory ) {
if ( typeof define === "function" && define.amd ) { if ( typeof define === "function" && define.amd ) {

View File

@ -12,6 +12,10 @@
//>>description: Displays a calendar for input-based date selection. //>>description: Displays a calendar for input-based date selection.
//>>docs: http://api.jqueryui.com/datepicker/ //>>docs: http://api.jqueryui.com/datepicker/
//>>demos: http://jqueryui.com/datepicker/ //>>demos: http://jqueryui.com/datepicker/
//>>css.structure: ../../themes/base/core.css
//>>css.structure: ../../themes/base/calendar.css
//>>css.structure: ../../themes/base/datepicker.css
//>>css.theme: ../../themes/base/theme.css
( function( factory ) { ( function( factory ) {
if ( typeof define === "function" && define.amd ) { if ( typeof define === "function" && define.amd ) {