mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
56cc7afeb9
commit
6a9daeb08b
@ -641,12 +641,12 @@ function Alias(alias, target){
|
||||
return new Alias(alias, target)
|
||||
}
|
||||
|
||||
// parse the target...
|
||||
var action = this.parseStringAction(target)
|
||||
|
||||
var meth = Action(alias, doc, null,
|
||||
{ alias: target },
|
||||
function(){
|
||||
// parse the target...
|
||||
var action = meth._parsed = meth._parsed || this.parseStringAction(target)
|
||||
|
||||
var args = action.arguments.slice()
|
||||
|
||||
// XXX merge args...
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.1",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user