mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fixup IE11 Array.from polyfill
This commit is contained in:
		| @@ -23,8 +23,8 @@ | ||||
|                 throw new Error("Node-RED's IE11 Array.from polyfill doesn't support multiple arguments"); | ||||
|             } | ||||
|             var arrayLike = arguments[0] | ||||
|             var result = []; | ||||
|             if (arrayLike.forEach) { | ||||
|                 var result = []; | ||||
|                 arrayLike.forEach(function(i) { | ||||
|                     result.push(i); | ||||
|                 }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user