mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix all jshint warnings in core code
This commit is contained in:
		| @@ -49,7 +49,7 @@ function setupUI(settings) { | ||||
|         if (iconCache[req.params.icon]) { | ||||
|             res.sendfile(iconCache[req.params.icon]); | ||||
|         } else {  | ||||
|             for (var p in icon_paths) { | ||||
|             for (var p=0;p<icon_paths.length;p++) { | ||||
|                 var iconPath = path.join(icon_paths[p],req.params.icon); | ||||
|                 if (fs.existsSync(iconPath)) { | ||||
|                     res.sendfile(iconPath); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user