Hmm, in my c2runtime.js files, all the variables' names are just random letters/combos of letters of the alphabet. E.g.
function Va() {
this.sa = this.ra = this.ua = this.ta = this.ya = this.xa = this.Y = this.X = 0
}
and
v.clear = function () {
Ca(this.Tc);
this.xe = 0;
this.Vd.length = 0;
this.ge = f;
return this
};
I guess my question is, is there anyway to change the names of the variables and functions to be something besides these random letter combos?