another scope leak fixed...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-14 19:49:22 +03:00
parent 52cbc1800b
commit 3ae39951f8
2 changed files with 2 additions and 2 deletions

View File

@ -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()
: {} : {}

View File

@ -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": {