mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 22:33:44 +00:00
Merge branch 'master' of github.com:angular/angular.js
This commit is contained in:
commit
867826c3de
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="buzz.css"/>
|
<link rel="stylesheet" type="text/css" href="buzz.css"/>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
function time(timerName){
|
function time(timerName){
|
||||||
var started = new Date().getTime();
|
var started = new Date().getTime();
|
||||||
return {
|
return {
|
||||||
|
|
@ -20,6 +21,7 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
window.browser = time('boot:');
|
window.browser = time('boot:');
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.browser.lap('parse <angular/>');
|
window.browser.lap('parse <angular/>');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue