mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
translation: code format
This commit is contained in:
parent
8cd7c764ac
commit
7dca552bcf
@ -5,12 +5,12 @@
|
|||||||
( function( factory ) {
|
( function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
// AMD. Register as an anonymous module.
|
// AMD. Register as an anonymous module.
|
||||||
define( [ "../widgets/datepicker" ], factory );
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// Browser globals
|
// Browser globals
|
||||||
factory( jQuery.datepicker );
|
factory( jQuery.datepicker );
|
||||||
}
|
}
|
||||||
}( function( datepicker ) {
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user