mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
small tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
46f6ec6105
commit
e9a657045a
@ -918,7 +918,7 @@ module.MetaActions = {
|
||||
}
|
||||
|
||||
// search .__call__ action...
|
||||
if(action != '__call__'){
|
||||
if(cur[action] != null && action != '__call__'){
|
||||
return this.getActionAttr('__call__', attr)
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user