aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org/old/speedometer/d3-master/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/nms-public.gathering.org/old/speedometer/d3-master/index.js')
-rw-r--r--web/nms-public.gathering.org/old/speedometer/d3-master/index.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/web/nms-public.gathering.org/old/speedometer/d3-master/index.js b/web/nms-public.gathering.org/old/speedometer/d3-master/index.js
deleted file mode 100644
index d00e9bf..0000000
--- a/web/nms-public.gathering.org/old/speedometer/d3-master/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var globals = {};
-
-// Stash old global.
-if ("d3" in global) globals.d3 = global.d3;
-
-module.exports = require("./d3");
-
-// Restore old global.
-if ("d3" in globals) global.d3 = globals.d3; else delete global.d3;