mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-29 18:30:10 +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)
|
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...
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user