Created
June 15, 2011 16:28
-
-
Save cadorn/1027480 to your computer and use it in GitHub Desktop.
jetpack code snippet
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
| var FILE = require("file"), | |
| URL = require("url"), | |
| BYTE_STREAMS = require("byte-streams"), | |
| UNLOAD = require("unload"), | |
| TIMER = require("timer"); | |
| // JSON = provided by jetpack as a global | |
| var Cc = require("chrome").Cc; | |
| var Ci = require("chrome").Ci; | |
| var Cu = require("chrome").Cu; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment