mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Remove ES6 from editor code
This commit is contained in:
		| @@ -447,7 +447,7 @@ RED.palette.editor = (function() { | ||||
|  | ||||
|     function parseModuleList(list) { | ||||
|         list = list || ["*"]; | ||||
|         return list.map(rule => { | ||||
|         return list.map(function(rule) { | ||||
|             var m = /^(.+?)(?:@(.*))?$/.exec(rule); | ||||
|             var wildcardPos = m[1].indexOf("*"); | ||||
|             wildcardPos = wildcardPos===-1?Infinity:wildcardPos; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user