1function Debug(msg) { 2 // by leaving this blank, closure optimizes out calls (and the messages) 3 // which trims down code size and marginally improves runtime speed. 4} 5/** @const */ var IsDebug = false; 6