Created
February 14, 2015 14:06
-
-
Save kamituel/dbae51ba1fe6012c94ef to your computer and use it in GitHub Desktop.
Fx Nightly friendly header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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