dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Box裁剪未完成和开敞度不支持
liuyg
2021-06-29
f656f66c0b2dfa0e52b25f41c761f03b5997262b
[pyhmap.git]
/
libs
/
polyfills
/
now.js
1
2
3
4
5
6
7
8
9
/**
* Date.now Polyfill
*/
Date.now = function() {
return +new Date();
};
/* End of file now.js */