Skip to content

Commit e9e3399

Browse files
committed
update module mode
1 parent 3e3f4c4 commit e9e3399

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/js/jquery.datepicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
factory(jQuery);
1212
}
1313

14-
}(function ($, dateUtils) {
14+
}(function ($) {
1515

1616
'use strict';
1717

18-
dateUtils = (function () {
18+
var dateUtils = (function () {
1919
var fecha = {};
2020
var token = /d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g;
2121
var twoDigits = /\d\d?/;

0 commit comments

Comments
 (0)