summaryrefslogtreecommitdiff
path: root/src/client/app.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-31 11:13:52 +0300
committerAlon Levy <alon@pobox.com>2015-04-02 00:31:05 +0300
commitc0f75ce26f35c9f557a3e00154fa82ecc0c15ea2 (patch)
tree67526187fc53340cf9a719b6ac6eda3454614baf /src/client/app.js
parente7e21ead5bc52a658029e9464b0853dd7cf6997e (diff)
client: graph_view: layout abstraction, empty + concentric layouts (empty for temporary)
Diffstat (limited to 'src/client/app.js')
-rw-r--r--src/client/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app.js b/src/client/app.js
index fbe29ced..8050d33d 100644
--- a/src/client/app.js
+++ b/src/client/app.js
@@ -20,6 +20,7 @@
html2canvas: lib_path + 'html2canvas',
underscore: lib_path + 'underscore',
feedback: lib_path + 'feedback',
+ cola: lib_path + 'cola',
}
}