var t = this;
and then every time I refer to 't', I save 3 bytes. It's something js compressors can't do, and every byte counts in the end :)
var t = this;
and then every time I refer to 't', I save 3 bytes. It's something js compressors can't do, and every byte counts in the end :)