Format numbers and scroll down results panel in perf.js.

Former-commit-id: 9f80b5534e3b46be7ad9c84ebb7e9ed5afdc35b8
This commit is contained in:
John-David Dalton
2012-05-30 09:16:41 -04:00
parent 1f7e37a1a3
commit f13a0cc7e0
2 changed files with 34 additions and 12 deletions

View File

@@ -38,7 +38,7 @@
script = document.createElement('script');
document.getElementById('FirebugUI').style.height = '100%';
script.src = 'perf.js';
script.src = 'perf.js?t=' + (+new Date);
sibling.parentNode.insertBefore(script, sibling);
};
</script>