From 03558b012c825caa3d5ea981bfe125997ca357fd Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 18 Jan 2016 11:09:52 +0000 Subject: [PATCH] Bump version and dependencies --- editor/js/ui/view.js | 2 +- package.json | 10 +++++----- red/api/nodes.js | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/editor/js/ui/view.js b/editor/js/ui/view.js index b6fcae4f8..bce399f4d 100644 --- a/editor/js/ui/view.js +++ b/editor/js/ui/view.js @@ -471,6 +471,7 @@ RED.view = (function() { function canvasMouseMove() { var i; + var node; mouse_position = d3.touches(this)[0]||d3.mouse(this); // Prevent touch scrolling... //if (d3.touches(this)[0]) { @@ -605,7 +606,6 @@ RED.view = (function() { } } else if (mouse_mode == RED.state.MOVING_ACTIVE || mouse_mode == RED.state.IMPORT_DRAGGING) { mousePos = mouse_position; - var node; var minX = 0; var minY = 0; for (var n = 0; n