bugfix in string actions...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-26 12:45:19 +03:00
parent bd69813365
commit 791ee3e8c4
2 changed files with 2 additions and 2 deletions

View File

@ -940,7 +940,7 @@ function Alias(alias, doc, ldoc, attrs, target){
// XXX should an alias return a value???
//return p.action in this ?
p.action in this ?
this.parseStringAction.callAction(this, p, in_args)
this.parseStringAction.callAction(this, p, ...in_args)
// error...
: console.error(`${alias}: Unknown alias target action: ${p.action}`)
}

View File

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