1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-02 07:35:47 +01:00

Fix new buffer.prefs.*

This commit is contained in:
Doug Kearns
2014-02-16 21:04:02 +11:00
parent 5f8631d493
commit 6ad90c9593
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ var Services = Module("Services", {
this.add("clipboardHelper", "@mozilla.org/widget/clipboardhelper;1", "nsIClipboardHelper");
this.add("commandLineHandler", "@mozilla.org/commandlinehandler/general-startup;1?type=dactyl");
this.add("console", "@mozilla.org/consoleservice;1", "nsIConsoleService");
this.add("contentPrefs", "@mozilla.org/content-pref/service;1", "nsIContentPrefService");
this.add("contentPrefs", "@mozilla.org/content-pref/service;1", ["nsIContentPrefService", "nsIContentPrefService2"]);
this.add("dactyl", "@dactyl.googlecode.com/extra/utils", "dactylIUtils");
this.add("dactyl:", this.PROTOCOL + "dactyl");
this.add("debugger", "@mozilla.org/js/jsd/debugger-service;1", "jsdIDebuggerService");