Tweak debug js

pull/165/head
Thibaut 10 years ago
parent 9cc6dc9cf6
commit 9b1402cb71

@ -13,16 +13,18 @@ app.init = ->
_start = app.start _start = app.start
app.start = -> app.start = ->
_start.call(app, arguments...)
console.timeEnd 'Load' console.timeEnd 'Load'
console.time 'Start'
_super = app.Searcher _start.call(app, arguments...)
_proto = app.Searcher.prototype console.timeEnd 'Start'
# #
# Searcher # Searcher
# #
_super = app.Searcher
_proto = app.Searcher.prototype
app.Searcher = -> app.Searcher = ->
_super.apply @, arguments _super.apply @, arguments

Loading…
Cancel
Save