mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 17:15:52 +08:00
add
This commit is contained in:
parent
da92c01717
commit
c017dfc292
@ -1102,7 +1102,7 @@ window.atob = window.atob || v_saf(atob_btoa.atob, 'atob')
|
||||
tail.push(` Object.defineProperty(Date, names[i], desc);`)
|
||||
tail.push(` }`)
|
||||
tail.push(` function Date() {`)
|
||||
tail.push(` var date = instantiate(_Date, [ftime()]); // 固定返回某一个时间点`)
|
||||
tail.push(` var date = instantiate(_Date, [ftime()]);`)
|
||||
tail.push(` return date;`)
|
||||
tail.push(` }`)
|
||||
tail.push(` Date.prototype = _Date.prototype`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user