translation: code format

This commit is contained in:
Thiha 2020-11-12 04:44:23 +06:30
parent 8cd7c764ac
commit 7dca552bcf

View File

@ -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 ) {