fix explicit arguments reference for rest parameters - fixes #210
This commit is contained in:
parent
39f4696ac7
commit
f4ce3a23ad
@ -31,7 +31,7 @@ var go = function (getBody, node, file, scope) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (node._ignoreAliasFunctions) return;
|
||||
if (node._ignoreAliasFunctions) return false;
|
||||
|
||||
var getId;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user