mirror of
				https://github.com/flynx/features.js.git
				synced 2025-10-30 19:00:10 +00:00 
			
		
		
		
	added feature source tag to actions...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									f20bd2ba42
								
							
						
					
					
						commit
						9b7e90e241
					
				| @ -98,7 +98,9 @@ module.FeatureProto = { | |||||||
| 
 | 
 | ||||||
| 		// mixin actions...
 | 		// mixin actions...
 | ||||||
| 		if(this.actions != null){ | 		if(this.actions != null){ | ||||||
| 			actions.mixin(this.actions) | 			this.tag ?  | ||||||
|  | 				actions.mixin(this.actions, {source_tag: this.tag})  | ||||||
|  | 				: actions.mixin(this.actions)  | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		// install handlers...
 | 		// install handlers...
 | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "ig-features", |   "name": "ig-features", | ||||||
|   "version": "1.0.5", |   "version": "2.1.0", | ||||||
|   "description": "", |   "description": "", | ||||||
|   "main": "features.js", |   "main": "features.js", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user