summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-15 22:35:18 +0200
committerAlon Levy <alon@pobox.com>2015-03-15 22:40:15 +0200
commit4d2d58f87338ce0193e7aaa5f018b45c524cead0 (patch)
treefdc46970efe5e3469ab488eaa9683412461874f5 /src/client/view/graph_view.js
parent73b40eebd8c6194b2669eab69341721262f97012 (diff)
client/graph_view: rename debug only function with double underscore prefix
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index f5766b67..9dafbc05 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -657,7 +657,7 @@ function GraphView(spec) {
zoom_obj.scale(scale);
zoom_obj.event(zoom_obj_element.transition().duration(200));
}
- gv.set_scale_translate = set_scale_translate;
+ gv.__set_scale_translate = set_scale_translate;
gv.update_view = update_view;
function start_layout_animation() {