mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 11:20:09 +00:00 
			
		
		
		
	minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									57f80a6070
								
							
						
					
					
						commit
						c064363bea
					
				| @ -1200,11 +1200,13 @@ function updateImageGID(gid, images, data){ | ||||
| function updateImagesGIDs(images, data){ | ||||
| 	images = images == null ? IMAGES : images | ||||
| 
 | ||||
| 	return $.when.apply(null, $.map(images, function(_, key){ | ||||
| 	var res = $.when.apply(null, $.map(images, function(_, key){ | ||||
| 		return updateImageGID(key, images, data) | ||||
| 	})) | ||||
| 
 | ||||
| 	IMAGES_CREATED = true | ||||
| 
 | ||||
| 	return res | ||||
| } | ||||
| function updateImagesGIDsQ(images, data){ | ||||
| 	images = images == null ? IMAGES : images | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user