Drop IE11 Support (#476)

This commit is contained in:
Steve Faulkner
2021-03-29 13:31:52 -05:00
committed by GitHub
parent 4c2f22c2b1
commit 9108c01e62
10 changed files with 35 additions and 293 deletions

View File

@@ -1,5 +0,0 @@
Number.isInteger =
Number.isInteger ||
function(value) {
return typeof value === "number" && isFinite(value) && Math.floor(value) === value;
};