* VRFS-770 - easy fix; if a developer client build, make sure to create a context.ga

This commit is contained in:
Seth Call 2013-10-10 01:32:35 +00:00
parent 6472fa95ad
commit 025ae0cdc8
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;
}
}