don't break let reference checking on loops in let scoping

This commit is contained in:
Sebastian McKenzie 2015-01-05 10:21:50 +11:00
parent cf7b9234c1
commit 90ce4e93ed

View File

@ -388,8 +388,6 @@ LetScoping.prototype.getLetReferences = function () {
}
});
return this.skip();
} else if (t.isLoop(node)) {
return this.skip();
}
}