Fixing segment tracking

This commit is contained in:
=Corey Hulen
2016-03-14 11:03:56 -07:00
parent bf7ae07117
commit e5fbdc3ced

View File

@@ -77,7 +77,7 @@ function preRenderSetup(callwhendone) {
);
// Set these here so they don't fail in client.jsx track
global.window.analytics = {};
global.window.analytics = [];
global.window.analytics.page = () => {
// Do Nothing
};