mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix error tracking in app.browserCheck
This commit is contained in:
parent
7f4e0aea30
commit
dd8f22ec28
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@
|
|||
views: {}
|
||||
|
||||
init: ->
|
||||
try @initErrorTracking() catch
|
||||
return unless @browserCheck()
|
||||
@initErrorTracking()
|
||||
@showLoading()
|
||||
|
||||
@store = new Store
|
||||
|
|
Loading…
Reference in a new issue