[JS] Upgrade moment.js library
这个提交包含在:
父节点
228d7a62fb
当前提交
70c4929064
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
6
assets/js/moment.min.js
vendored
6
assets/js/moment.min.js
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
//! moment.js
|
//! moment.js
|
||||||
//! version : 2.29.2
|
//! version : 2.29.4
|
||||||
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
||||||
//! license : MIT
|
//! license : MIT
|
||||||
//! momentjs.com
|
//! momentjs.com
|
||||||
|
|
@ -2454,7 +2454,7 @@
|
||||||
function preprocessRFC2822(s) {
|
function preprocessRFC2822(s) {
|
||||||
// Remove comments and folding whitespace and replace multiple-spaces with a single space
|
// Remove comments and folding whitespace and replace multiple-spaces with a single space
|
||||||
return s
|
return s
|
||||||
.replace(/\([^)]*\)|[\n\t]/g, ' ')
|
.replace(/\([^()]*\)|[\n\t]/g, ' ')
|
||||||
.replace(/(\s\s+)/g, ' ')
|
.replace(/(\s\s+)/g, ' ')
|
||||||
.replace(/^\s\s*/, '')
|
.replace(/^\s\s*/, '')
|
||||||
.replace(/\s\s*$/, '');
|
.replace(/\s\s*$/, '');
|
||||||
|
|
@ -5635,7 +5635,7 @@
|
||||||
|
|
||||||
//! moment.js
|
//! moment.js
|
||||||
|
|
||||||
hooks.version = '2.29.2';
|
hooks.version = '2.29.4';
|
||||||
|
|
||||||
setHookCallback(createLocal);
|
setHookCallback(createLocal);
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用