From f3ebf2c44f00619a6b7ef2d978c695ef43a92e4c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 22 Apr 2014 04:26:42 -0400 Subject: [PATCH] chore(analytics) quotes --- lib/client/analytics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/analytics.js b/lib/client/analytics.js index 38acb0ce..993ef3e7 100644 --- a/lib/client/analytics.js +++ b/lib/client/analytics.js @@ -8,7 +8,7 @@ var DOM, _gaq; DOM.Events.addError(function(msg, url, line) { _gaq.push(['_trackEvent', 'JS Error', msg, - navigator.userAgent + ' -> ' + url + " : " + line]); + navigator.userAgent + ' -> ' + url + ' : ' + line]); }); DOM.jsload('//google-analytics.com/ga.js');