mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-19 03:37:43 +01:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Number.isInteger =
|
||||
Number.isInteger ||
|
||||
function(value) {
|
||||
return typeof value === "number" && isFinite(value) && Math.floor(value) === value;
|
||||
};
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import $ from 'jquery';
|
||||
global.$ = $;
|
||||
global.jQuery = $;
|
||||
require('datatables.net-dt');
|
||||
require('datatables.net-colreorder-dt');
|
||||
Reference in New Issue
Block a user