1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 06:24:12 +01:00

Add 'spelllang'. Closes issue #530.

This commit is contained in:
Kris Maglione
2011-08-06 08:47:36 -04:00
parent 4958d6854f
commit d828a53b7a
5 changed files with 30 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ var Services = Module("Services", {
this.add("runtime", "@mozilla.org/xre/runtime;1", ["nsIXULAppInfo", "nsIXULRuntime"]);
this.add("rdf", "@mozilla.org/rdf/rdf-service;1", "nsIRDFService");
this.add("sessionStore", "@mozilla.org/browser/sessionstore;1", "nsISessionStore");
this.add("spell", "@mozilla.org/spellchecker/engine;1", "mozISpellCheckingEngine");
this.add("stringBundle", "@mozilla.org/intl/stringbundle;1", "nsIStringBundleService");
this.add("stylesheet", "@mozilla.org/content/style-sheet-service;1", "nsIStyleSheetService");
this.add("subscriptLoader", "@mozilla.org/moz/jssubscript-loader;1", "mozIJSSubScriptLoader");