From c0f75ce26f35c9f557a3e00154fa82ecc0c15ea2 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 31 Mar 2015 11:13:52 +0300 Subject: client: graph_view: layout abstraction, empty + concentric layouts (empty for temporary) --- src/client/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/app.js') 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', } } -- cgit v1.3.1