You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							4 lines
						
					
					
						
							432 B
						
					
					
				
			
		
		
	
	
							4 lines
						
					
					
						
							432 B
						
					
					
				/* JavaScript Sync/Async forEach - v0.1.2 - 1/10/2012 | 
						|
 * http://github.com/cowboy/javascript-sync-async-foreach | 
						|
 * Copyright (c) 2012 "Cowboy" Ben Alman; Licensed MIT */ | 
						|
(function(a){a.forEach=function(a,b,c){var d=-1,e=a.length>>>0;(function f(g){var h,j=g===!1;do++d;while(!(d in a)&&d!==e);if(j||d===e){c&&c(!j,a);return}g=b.call({async:function(){return h=!0,f}},a[d],d,a),h||f(g)})()}})(typeof exports=="object"&&exports||this) |