first commit
This commit is contained in:
1
modules/polyfills/math.js
Normal file
1
modules/polyfills/math.js
Normal file
@@ -0,0 +1 @@
|
||||
Math.trunc||(Math.trunc=function(v){return v=+v,isFinite(v)?v-v%1||(v<0?-0:0===v?v:0):v});
|
||||
Reference in New Issue
Block a user