Browse Source

Fix error tracking in app.browserCheck

Thibaut 11 years ago
parent
commit
dd8f22ec28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/javascripts/app/app.coffee

+ 1 - 1
assets/javascripts/app/app.coffee

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