mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 03:10:07 +00:00 
			
		
		
		
	minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									ee46e4b0da
								
							
						
					
					
						commit
						10435aa078
					
				| @ -463,7 +463,7 @@ module.Location = core.ImageGridFeatures.Feature({ | |||||||
| 					var data = {} | 					var data = {} | ||||||
| 					;(this.config['location-stored-attrs'] || []) | 					;(this.config['location-stored-attrs'] || []) | ||||||
| 						.forEach(function(attr){ | 						.forEach(function(attr){ | ||||||
| 							attr in res.raw.location | 							attr in (res.raw.location || {}) | ||||||
| 								&& (data[attr] = res.raw.location[attr]) }) | 								&& (data[attr] = res.raw.location[attr]) }) | ||||||
| 					Object.keys(data).length > 0 | 					Object.keys(data).length > 0 | ||||||
| 						&& (res.index.config =  | 						&& (res.index.config =  | ||||||
|  | |||||||
							
								
								
									
										6
									
								
								ui (gen4)/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								ui (gen4)/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -966,9 +966,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "ig-object": { |     "ig-object": { | ||||||
|       "version": "5.0.0", |       "version": "5.0.2", | ||||||
|       "resolved": "https://registry.npmjs.org/ig-object/-/ig-object-5.0.0.tgz", |       "resolved": "https://registry.npmjs.org/ig-object/-/ig-object-5.0.2.tgz", | ||||||
|       "integrity": "sha512-WTKB2yS7jIwfZK1KQm3684XnSvf1Z8pzk555DjU+FaAxEvZxa3TvVUNy3jxTB9q3S+n6HbuRuxk3Xyi9nZnqAw==" |       "integrity": "sha512-fRfaR11KrUMd2/2glHOmqwHwbkx9K0zwyV7H8MYn5LvWtmCfHaBA7bzWiguuG0UCQEps15/a4jbZVIopknOq0g==" | ||||||
|     }, |     }, | ||||||
|     "image-size": { |     "image-size": { | ||||||
|       "version": "0.5.5", |       "version": "0.5.5", | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ | |||||||
|     "guarantee-events": "^1.0.0", |     "guarantee-events": "^1.0.0", | ||||||
|     "ig-actions": "^3.24.11", |     "ig-actions": "^3.24.11", | ||||||
|     "ig-features": "^3.4.2", |     "ig-features": "^3.4.2", | ||||||
|     "ig-object": "^5.0.0", |     "ig-object": "^5.0.2", | ||||||
|     "moment": "^2.26.0", |     "moment": "^2.26.0", | ||||||
|     "requirejs": "^2.3.6", |     "requirejs": "^2.3.6", | ||||||
|     "requirejs-plugins": "^1.0.2", |     "requirejs-plugins": "^1.0.2", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user