Fix error tracking in app.browserCheck

pull/90/head
Thibaut 11 years ago
parent 7f4e0aea30
commit dd8f22ec28

@ -6,8 +6,8 @@
views: {} views: {}
init: -> init: ->
try @initErrorTracking() catch
return unless @browserCheck() return unless @browserCheck()
@initErrorTracking()
@showLoading() @showLoading()
@store = new Store @store = new Store

Loading…
Cancel
Save