1function SkDebug(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 skIsDebug = false;