From 6b8ffb4c687c0274a931be8fd33e1e71cf69bd3c Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 9 Jan 2016 00:31:05 +0000 Subject: [PATCH] Fix lint issues in view --- editor/js/ui/view.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/editor/js/ui/view.js b/editor/js/ui/view.js index 1f83a5cd7..af55a4023 100644 --- a/editor/js/ui/view.js +++ b/editor/js/ui/view.js @@ -465,6 +465,7 @@ RED.view = (function() { } function canvasMouseMove() { + var i; mouse_position = d3.touches(this)[0]||d3.mouse(this); // Prevent touch scrolling... //if (d3.touches(this)[0]) { @@ -527,7 +528,7 @@ RED.view = (function() { } } var existingLinks = RED.nodes.filterLinks(filter); - for (var i=0;i