summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-05-03 19:27:04 +0300
committerAlon Levy <alon@pobox.com>2015-05-03 19:38:27 +0300
commit995e42f4d8a9588a94631eb696ecf9502827216a (patch)
tree624d761f7f7c310227c86e317391ec1a6b93e12f /src/client
parent0601624ff73db649a41c0a849768563a04ed3d46 (diff)
client/graph_view: export parent_element (debugging only)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/view/graph_view.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 646e0532..7cdd0d30 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -157,6 +157,7 @@ function GraphView(spec) {
},
zoom_obj: spec.zoom_obj,
parent_graph_zoom_obj: spec.parent_graph_zoom_obj,
+ parent_element: parent_element,
},
temporary = spec.temporary,
force_enabled = !spec.temporary,