minor fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-03 21:39:38 +03:00
parent 56cc7afeb9
commit 6a9daeb08b
2 changed files with 4 additions and 4 deletions

View File

@ -641,12 +641,12 @@ function Alias(alias, target){
return new Alias(alias, target) return new Alias(alias, target)
} }
// parse the target...
var action = this.parseStringAction(target)
var meth = Action(alias, doc, null, var meth = Action(alias, doc, null,
{ alias: target }, { alias: target },
function(){ function(){
// parse the target...
var action = meth._parsed = meth._parsed || this.parseStringAction(target)
var args = action.arguments.slice() var args = action.arguments.slice()
// XXX merge args... // XXX merge args...

View File

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