diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-01 00:09:16 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-01 00:09:16 +0200 |
| commit | c36e9bb38a5b92ce92924f8e2b342d2c2f1b16a4 (patch) | |
| tree | 19a006e3e2ac39493330239541eb17dc8f336399 /src | |
| parent | e7daff1a78ddeedc6a85900a826063dbc73e630c (diff) | |
client/rz_core: pass zoom_obj_element for manual zoom
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/rz_core.js | 2 |
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, |
