mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-19 11:47:31 +01:00
Drop IE11 Support (#476)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
Number.isInteger =
|
||||
Number.isInteger ||
|
||||
function(value) {
|
||||
return typeof value === "number" && isFinite(value) && Math.floor(value) === value;
|
||||
};
|
||||
Reference in New Issue
Block a user