diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-31 11:23:08 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-02 00:31:06 +0300 |
| commit | 6389820f2b01448e0de52cdf13dffab451a0dace (patch) | |
| tree | 01a9584ee280960d27ec05e0bd3a35b2332a8d50 /src/client/view | |
| parent | c0f75ce26f35c9f557a3e00154fa82ecc0c15ea2 (diff) | |
client: remove cola dependency
Diffstat (limited to 'src/client/view')
| -rw-r--r-- | src/client/view/graph_view.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index c1ed57c5..b932df43 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -25,8 +25,8 @@ * which resulted in overly complex (read: undefined/buggy) code. */ -define(['d3', 'cola', 'Bacon', 'consts', 'util', 'view/selection', 'view/helpers', 'model/diff', 'view/view', 'view/bubble', 'model/types'], -function(d3 , cola_returns_undefined, Bacon , consts, util , selection , view_helpers, model_diff , view, view_bubble, model_types) { +define(['d3', 'Bacon', 'consts', 'util', 'view/selection', 'view/helpers', 'model/diff', 'view/view', 'view/bubble', 'model/types'], +function(d3 , Bacon , consts, util , selection , view_helpers, model_diff , view, view_bubble, model_types) { "use strict" |
