re-enable shit safari test #1121

This commit is contained in:
Sebastian McKenzie 2015-03-30 21:46:01 +11:00
parent 9ea999b261
commit 86cc5875cf

View File

@ -55,7 +55,7 @@ var visit = function (node, name, scope) {
// check to see if we have a local binding of the id we're setting inside of
// the function, this is important as there are caveats associated
var bindingInfo = null; // todo: proper scope not being passed in es6/classes // scope.getOwnBindingInfo(name);
var bindingInfo = scope.getOwnBindingInfo(name);
if (bindingInfo) {
if (bindingInfo.kind === "param") {