mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 00:10:26 +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>
|
||||
<link rel="stylesheet" type="text/css" href="buzz.css"/>
|
||||
<script type="text/javascript">
|
||||
|
||||
function time(timerName){
|
||||
var started = new Date().getTime();
|
||||
return {
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
};
|
||||
}
|
||||
window.browser = time('boot:');
|
||||
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.browser.lap('parse <angular/>');
|
||||
|
|
|
|||
Loading…
Reference in a new issue