mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2574 from node-red-hitachi/fix-grunt-error
add variable declaration to prohibit jshint error
This commit is contained in:
		| @@ -1423,7 +1423,7 @@ RED.nodes = (function() { | ||||
|         } | ||||
|         // Now the nodes have been fully updated, add them. | ||||
|         for (i=0;i<new_nodes.length;i++) { | ||||
|             node = new_nodes[i]; | ||||
|             var node = new_nodes[i]; | ||||
|             addNode(node); | ||||
|             RED.editor.validateNode(node); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user