summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/rz_core.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js
index 3d255a03..ee67152a 100644
--- a/src/client/rz_core.js
+++ b/src/client/rz_core.js
@@ -129,6 +129,7 @@ var initDrawingArea = function () {
graph_name: "main",
graph: main_graph,
zoom_obj: zoom_obj,
+ zoom_obj_element: vis,
parent_graph_zoom_obj: null,
zoom_property: zoom_property,
temporary: false,
@@ -143,6 +144,7 @@ var initDrawingArea = function () {
graph_name: "edit",
graph: edit_graph,
zoom_obj: null,
+ zoom_obj_element: null,
parent_graph_zoom_obj: zoom_obj,
zoom_property: zoom_property,
temporary: true,