mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix to please linter
This commit is contained in:
		| @@ -124,7 +124,7 @@ RED.nodes = (function() { | ||||
|             }, | ||||
|             removeNodeSet: function(id) { | ||||
|                 var ns = nodeSets[id]; | ||||
|                 if (!ns) return {}; | ||||
|                 if (!ns) { return {} } | ||||
|  | ||||
|                 for (var j=0;j<ns.types.length;j++) { | ||||
|                     delete typeToId[ns.types[j]]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user