Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 867826c

Browse files
committed
Merge branch 'master' of github.com:angular/angular.js
2 parents 1f230bf + 7cb5a0c commit 867826c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

perf/buzz_raw.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<link rel="stylesheet" type="text/css" href="buzz.css"/>
55
<script type="text/javascript">
6+
67
function time(timerName){
78
var started = new Date().getTime();
89
return {
@@ -20,6 +21,7 @@
2021
};
2122
}
2223
window.browser = time('boot:');
24+
2325
</script>
2426
<script type="text/javascript">
2527
window.browser.lap('parse <angular/>');

0 commit comments

Comments
 (0)