small tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-09-06 20:31:49 +03:00
parent 46f6ec6105
commit e9a657045a
2 changed files with 2 additions and 2 deletions

View File

@ -918,7 +918,7 @@ module.MetaActions = {
}
// search .__call__ action...
if(action != '__call__'){
if(cur[action] != null && action != '__call__'){
return this.getActionAttr('__call__', attr)
}
},

View File

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