summaryrefslogtreecommitdiff
path: root/www/lib/vis/index.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
commit77faead4e948f901fa6ca9951f085bbe045bae68 (patch)
tree3f059e5e76ec5c037c7b2c76e53895a8a337fa3e /www/lib/vis/index.js
parent5b80d3916cd91d630a0142f76a87b4863b714203 (diff)
Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS
Diffstat (limited to 'www/lib/vis/index.js')
-rw-r--r--www/lib/vis/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/lib/vis/index.js b/www/lib/vis/index.js
deleted file mode 100644
index 8af8bba2..00000000
--- a/www/lib/vis/index.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var util = require('./lib/util');
-
-// Graph3d
-util.extend(exports, require('./index-graph3d'));
-
-// Timeline & Graph2d
-util.extend(exports, require('./index-timeline-graph2d'));
-
-// Network
-util.extend(exports, require('./index-network'));