From ada88090ead2c3b9d0804794c5f20f9b24d1c2b1 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 17 Jan 2015 17:12:36 -0500 Subject: Import to new git repository The old repository was using almost 100mb of space because of all the unnecessary files in the history. So I've imported the code to a new git repository. Unfortunately the history isn't viewable from this repository anymore. To see what happened with LibreJS before 2015, see the old Bazaar repo here: http://bzr.savannah.gnu.org/lh/librejs/ --- packages/vold-utils/lib/xpcom-utils.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/vold-utils/lib/xpcom-utils.js (limited to 'packages/vold-utils/lib/xpcom-utils.js') diff --git a/packages/vold-utils/lib/xpcom-utils.js b/packages/vold-utils/lib/xpcom-utils.js new file mode 100644 index 0000000..f453b34 --- /dev/null +++ b/packages/vold-utils/lib/xpcom-utils.js @@ -0,0 +1,3 @@ + +require("chrome").Cu.import("resource://gre/modules/XPCOMUtils.jsm", this); +exports.XPCOMUtils = XPCOMUtils; -- cgit v1.2.3