From c8f2477c198c24e73558f2362b1c4a7675e1b28c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Jul 2017 19:50:02 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- actions.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/actions.js b/actions.js index 6b4151a..72e7894 100755 --- a/actions.js +++ b/actions.js @@ -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... diff --git a/package.json b/package.json index db17bd9..178419b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-actions", - "version": "3.2.3", + "version": "3.2.4", "description": "", "main": "actions.js", "scripts": {