Skip to content

Instantly share code, notes, and snippets.

@kamituel
Created February 14, 2015 14:06
Show Gist options
  • Save kamituel/dbae51ba1fe6012c94ef to your computer and use it in GitHub Desktop.
Save kamituel/dbae51ba1fe6012c94ef to your computer and use it in GitHub Desktop.
Fx Nightly friendly header
//tttconst DEBUG = false;
function debug(msg) {
//tttif (DEBUG) {
//ttt dump("ACEservice: " + msg + "\n");
//ttt}
console.log(msg);
}
//tttconst { classes: Cc, interfaces: Ci, utils: Cu } = Components;
const { classes: Cc } = Components;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment