mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +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')
|
||||
// -> items
|
||||
//
|
||||
// NOTE: this will return the full MRO including Object.prototype
|
||||
mro: function(target){
|
||||
target = target || 'tag'
|
||||
var res = []
|
||||
@ -1186,6 +1187,7 @@ module.MetaActions = {
|
||||
|
||||
// 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
|
||||
// mixin, this is useful, for example, to remove mixins, see
|
||||
// .mixout(..) for an example...
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user