From 7b5e1a8eb860cb2e277d9c5ce2881a4ef8e4a44a Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 9 Feb 2015 02:51:28 +0200 Subject: graph_view: misc --- src/client/view/graph_view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/view/graph_view.js') diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index 4755077c..205ba0fe 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -73,7 +73,7 @@ function GraphView(spec) { temporary = spec.temporary, force_enabled = !spec.temporary, parent_element = spec.parent_element, - graph_name = spec.graph_name, + graph_name = spec.graph_name, graph = spec.graph, zoom_property = spec.zoom_property, node_text_dx = spec.node_text_dx, @@ -103,7 +103,7 @@ function GraphView(spec) { zoom_obj !== undefined && parent_graph_zoom_obj !== undefined && (temporary || svgInput !== undefined), "missing spec variable"); - + function read_checkboxes() { var checkboxes = $('#menu__type-filter label input').map( function (i, checkbox){ -- cgit v1.3.1