diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-01 00:08:48 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-01 00:08:48 +0200 |
| commit | 491be6d98d26c73641e5b8b4366334e221293af2 (patch) | |
| tree | c808d70f21ac1488dcf726552d4b07cb7ab6454a /src/client/view | |
| parent | 61b2e5b058a97fdd8c667ecea07a42c259d4b0ca (diff) | |
client: move obj_take to util
Diffstat (limited to 'src/client/view')
| -rw-r--r-- | src/client/view/graph_view.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index ed579432..c53b8528 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -28,6 +28,8 @@ define(['d3', 'Bacon', 'util', 'view/selection', 'view/helpers', 'model/diff', 'view/view', 'view/bubble'], function(d3 , Bacon , util , selection , view_helpers, model_diff , view, view_bubble) { +var obj_take = util.obj_take; + /* debugging helper */ function enableDebugViewOfDiffs(graph) { |
