1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 11:44:13 +01:00

:set passunknown-=!input

This commit is contained in:
Kris Maglione
2011-06-28 19:41:30 -04:00
parent bfb111894c
commit eefc32dfe4
3 changed files with 4 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ var Services = Module("Services", {
["nsIBrowserHistory", "nsIGlobalHistory3", "nsINavHistoryService", "nsPIPlacesDatabase"]);
this.add("io", "@mozilla.org/network/io-service;1", "nsIIOService");
this.add("json", "@mozilla.org/dom/json;1", "nsIJSON", "createInstance");
this.add("listeners", "@mozilla.org/eventlistenerservice;1", "nsIEventListenerService");
this.add("livemark", "@mozilla.org/browser/livemark-service;2", "nsILivemarkService");
this.add("mime", "@mozilla.org/mime;1", "nsIMIMEService");
this.add("observer", "@mozilla.org/observer-service;1", "nsIObserverService");