fix: broken code after refactor

test-unit-sauce
Brian Ford 11 years ago
parent 7421f9196f
commit 989749f4d3

@ -123,7 +123,7 @@ var instument = function instument (window) {
deps: [] deps: []
}; };
var instrumentedAppId = window.location.host + '~' + Date.now() + '~' Math.random(); var instrumentedAppId = window.location.host + '~' + Date.now() + '~' + Math.random();
// Utils // Utils

@ -33,8 +33,6 @@ var interestingAttributes = {
} else { } else {
name.lhs = valueIdentifier + summarizeObject(scope[valueIdentifier]); name.lhs = valueIdentifier + summarizeObject(scope[valueIdentifier]);
} }
}
} }
} }