1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 09:55:47 +01:00

Remove references to services.debugger and services.charset.

This commit is contained in:
Kris Maglione
2014-08-02 21:25:32 -07:00
parent b71b724ccb
commit c245702041
6 changed files with 11 additions and 31 deletions

View File

@@ -17,6 +17,7 @@ function module(url) {
}
var { XPCOMUtils } = module("resource://gre/modules/XPCOMUtils.jsm");
var { OS, TextDecoder, TextEncoder } = module("resource://gre/modules/osfile.jsm");
try {
var ctypes = module("resource://gre/modules/ctypes.jsm");
}
@@ -178,10 +179,13 @@ defineModule("base", {
"Finished",
"JSMLoader",
"Module",
"OS",
"RealSet",
"Set",
"Struct",
"StructBase",
"TextEncoder",
"TextDecoder",
"Timer",
"UTF8",
"XPCOM",