Add @@ to MARVEL_REVISION on analytics.js so it will be replaced.

This commit is contained in:
Boaz Leskes 2014-03-11 15:14:15 +01:00
parent 67405bdd04
commit 5cae6ff2a0

View file

@ -39,7 +39,7 @@ define(function (require) {
cookieDomain: window.location.hostname,
page: window.location.pathname+window.location.hash,
location: window.location.href,
dimension1: 'MARVEL_REVISION'
dimension1: '@@MARVEL_REVISION'
});
}
};