Fix whitespace/etc. in examples (#1115)
This commit is contained in:
parent
8d4db4bfa9
commit
02cc4ec1d6
21 changed files with 282 additions and 283 deletions
4
examples/dbmonster/angular/app.js
vendored
4
examples/dbmonster/angular/app.js
vendored
|
|
@ -35,7 +35,7 @@ var AppComponent = ng.core.Component({selector: "my-app"})
|
|||
var self = this
|
||||
self.databases = ENV.generateData(true).toArray()
|
||||
setTimeout(function() {self.update()}, ENV.timeout)
|
||||
|
||||
|
||||
if (renderStage === 0) {
|
||||
renderStage = 1
|
||||
perfMonitor.startProfile("render")
|
||||
|
|
@ -52,4 +52,4 @@ var AppComponent = ng.core.Component({selector: "my-app"})
|
|||
document.addEventListener("DOMContentLoaded", function() {
|
||||
ng.core.enableProdMode()
|
||||
ng.platform.browser.bootstrap(AppComponent)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
<script src="https://localvoid.github.io/perf-monitor/0.1/perf-monitor.js"></script>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue