re-enable shit safari test #1121
This commit is contained in:
parent
9ea999b261
commit
86cc5875cf
@ -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
|
// 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
|
// 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) {
|
||||||
if (bindingInfo.kind === "param") {
|
if (bindingInfo.kind === "param") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user