mirror of
				https://github.com/flynx/actions.js.git
				synced 2025-11-04 05:10:09 +00:00 
			
		
		
		
	docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									7de5b65ec7
								
							
						
					
					
						commit
						c8f2477c19
					
				@ -1170,6 +1170,7 @@ module.MetaActions = {
 | 
				
			|||||||
	// 	.mro('item')
 | 
						// 	.mro('item')
 | 
				
			||||||
	// 		-> items
 | 
						// 		-> items
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
 | 
						// NOTE: this will return the full MRO including Object.prototype
 | 
				
			||||||
	mro: function(target){
 | 
						mro: function(target){
 | 
				
			||||||
		target = target || 'tag'
 | 
							target = target || 'tag'
 | 
				
			||||||
		var res = []
 | 
							var res = []
 | 
				
			||||||
@ -1186,6 +1187,7 @@ module.MetaActions = {
 | 
				
			|||||||
	
 | 
						
 | 
				
			||||||
	// Get mixin object in inheritance chain...
 | 
						// Get mixin object in inheritance chain...
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
 | 
						// NOTE: from can be either an explicit action object or a tag...
 | 
				
			||||||
	// NOTE: if pre is true this will return the chain item before the 
 | 
						// NOTE: if pre is true this will return the chain item before the 
 | 
				
			||||||
	// 		mixin, this is useful, for example, to remove mixins, see 
 | 
						// 		mixin, this is useful, for example, to remove mixins, see 
 | 
				
			||||||
	// 		.mixout(..) for an example...
 | 
						// 		.mixout(..) for an example...
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "ig-actions",
 | 
					  "name": "ig-actions",
 | 
				
			||||||
  "version": "3.2.3",
 | 
					  "version": "3.2.4",
 | 
				
			||||||
  "description": "",
 | 
					  "description": "",
 | 
				
			||||||
  "main": "actions.js",
 | 
					  "main": "actions.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user