make _gaq global

This commit is contained in:
Sven Fuchs 2013-02-08 15:36:19 +01:00
parent fb96164db8
commit 59f1ea0b12

View File

@ -1,5 +1,5 @@
var setupGoogleAnalytics = function() {
var _gaq = _gaq || [];
window._gaq = [];
_gaq.push(['_setAccount', Travis.config.ga_code]);
_gaq.push(['_trackPageview']);