Skip to content

Instantly share code, notes, and snippets.

@cadorn
Created June 15, 2011 16:28
Show Gist options
  • Select an option

  • Save cadorn/1027480 to your computer and use it in GitHub Desktop.

Select an option

Save cadorn/1027480 to your computer and use it in GitHub Desktop.
jetpack code snippet
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