Remove a ;

stable
David Barragán Merino 2015-06-01 15:33:08 +02:00
parent 51e80ab8fa
commit ffc46cfc78
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class AnalyticsService extends taiga.Service
@win.ga("require", "displayfeatures")
if @.trackRoutes and (not @.ignoreFirstPageLoad)
@win.ga("send", "pageview", @.getUrl());
@win.ga("send", "pageview", @.getUrl())
# activates page tracking
if @.trackRoutes