mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 09:50:10 +00:00
another scope leak fixed...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
52cbc1800b
commit
3ae39951f8
@ -831,7 +831,7 @@ object.Constructor('Alias', Action, {
|
|||||||
.slice(2)
|
.slice(2)
|
||||||
.filter(function(e){ return e !== undefined })
|
.filter(function(e){ return e !== undefined })
|
||||||
target = args.pop()
|
target = args.pop()
|
||||||
last = args[args.length-1]
|
var last = args[args.length-1]
|
||||||
attrs = (last != null && typeof(last) != typeof('str')) ?
|
attrs = (last != null && typeof(last) != typeof('str')) ?
|
||||||
args.pop()
|
args.pop()
|
||||||
: {}
|
: {}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-actions",
|
"name": "ig-actions",
|
||||||
"version": "3.24.23",
|
"version": "3.24.24",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "actions.js",
|
"main": "actions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user