From ffc46cfc7811c64f088de004df10e4cccc01759c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 1 Jun 2015 15:33:08 +0200 Subject: [PATCH] Remove a ; --- app/coffee/modules/common/analytics.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/common/analytics.coffee b/app/coffee/modules/common/analytics.coffee index 9e619473..703de053 100644 --- a/app/coffee/modules/common/analytics.coffee +++ b/app/coffee/modules/common/analytics.coffee @@ -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