mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 10:20:09 +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...
|
// search .__call__ action...
|
||||||
if(action != '__call__'){
|
if(cur[action] != null && action != '__call__'){
|
||||||
return this.getActionAttr('__call__', attr)
|
return this.getActionAttr('__call__', attr)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "3.6.0",
|
"version": "3.6.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user