summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/rz_core.js13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js
index 826f04b5..c7c3605e 100644
--- a/src/client/rz_core.js
+++ b/src/client/rz_core.js
@@ -20,10 +20,10 @@ var addednodes = [],
var node_text_dx = 15,
node_text_dy = '.30em';
-var zoomProgress = false;
-var zoomBus = new Bacon.Bus();
-var zoom_property = zoomBus.toProperty(zoomProgress);
-var svgInput;
+var zoomProgress = false,
+ zoomBus = new Bacon.Bus(),
+ zoom_property = zoomBus.toProperty(zoomProgress),
+ svgInput;
function updateZoomProgress(val)
{
@@ -238,6 +238,7 @@ return {
recenterZoom();
update_view__graph(true);
},
- update_view__graph : update_view__graph,
-}
+ update_view__graph: update_view__graph,
+};
+
}); /* close define call */