Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-02 19:50:02 +03:00
parent 7de5b65ec7
commit c8f2477c19
2 changed files with 3 additions and 1 deletions

View File

@ -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...

View File

@ -1,6 +1,6 @@
{
"name": "ig-actions",
"version": "3.2.3",
"version": "3.2.4",
"description": "",
"main": "actions.js",
"scripts": {