dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
坡度分析 暂时不可关闭 可刷新页面取消工具
liuyg
2021-06-17
2f4ba4558f75706cd80752dd78a80bb308312933
[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 */