diff --git a/assets/javascripts/debug.js.coffee b/assets/javascripts/debug.js.coffee index 135ff380..c16b5c67 100644 --- a/assets/javascripts/debug.js.coffee +++ b/assets/javascripts/debug.js.coffee @@ -13,16 +13,18 @@ app.init = -> _start = app.start app.start = -> - _start.call(app, arguments...) console.timeEnd 'Load' - -_super = app.Searcher -_proto = app.Searcher.prototype + console.time 'Start' + _start.call(app, arguments...) + console.timeEnd 'Start' # # Searcher # +_super = app.Searcher +_proto = app.Searcher.prototype + app.Searcher = -> _super.apply @, arguments