Skip to content

Commit 9830425

Browse files
committed
demo: update base
1 parent abf7898 commit 9830425

File tree

10 files changed

+578
-528
lines changed

10 files changed

+578
-528
lines changed

demos/base-demo/ezuikit.js

Lines changed: 73 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/base-demo/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/base-demo/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(function (global, factory) {
2-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
3-
typeof define === 'function' && define.amd ? define(['jquery'], factory) :
4-
(factory(global.jQuery));
5-
}(this, (function ($) {
2+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : typeof define === 'function' && define.amd ? define(['jquery'], factory) : factory(global.jQuery);
3+
})(this, function ($) {
64
'use strict';
75

86
$.fn.datepicker.languages['en-US'] = {
@@ -14,6 +12,6 @@
1412
monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
1513
weekStart: 1,
1614
yearFirst: true,
17-
yearSuffix: ''
15+
yearSuffix: '',
1816
};
19-
})));
17+
});

0 commit comments

Comments
 (0)