aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org/old/speedometer/d3-master/index.js
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2016-03-25 15:23:47 +0100
committerJoachim Tingvold <joachim@tingvold.com>2016-03-25 15:23:47 +0100
commitc1306df43341135910810919e5ff98113c135ec7 (patch)
treec06d7456fb358685f20b53e279615d269d04ce29 /web/nms-public.gathering.org/old/speedometer/d3-master/index.js
parent519bae0f07f38bd82257c61a924085f64ad360cc (diff)
Deleted duplicate /old/-folder (probably when nms.g.o was copied).
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;