fix: broken code after refactor

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

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

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