mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Calendar: Add css-dependency-comments based on jQuery Mobile
Related 45744efd26
This commit is contained in:
parent
8c10fce536
commit
e0bbcb854d
@ -12,6 +12,9 @@
|
||||
//>>description: Displays a calendar for inline date selection.
|
||||
//>>docs: http://api.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 ) {
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
@ -12,6 +12,10 @@
|
||||
//>>description: Displays a calendar for input-based date selection.
|
||||
//>>docs: http://api.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 ) {
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
Loading…
Reference in New Issue
Block a user