* VRFS-770 - add context.ga if a developer build of the client

This commit is contained in:
Seth Call 2013-10-10 01:34:19 +00:00
parent f9068c63e4
commit 2888d4989a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
if(currentVersion == null || currentVersion.indexOf("Compiled") > -1) {
// don't track dev version of the client
context.ga = function() {}
return;
}
}