mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 10:35:45 +01:00
Support Firefox 45 (without e10s).
This commit is contained in:
@@ -134,7 +134,8 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
||||
}
|
||||
},
|
||||
|
||||
getDefault: deprecated("Prefs#defaults.get", function getDefault(name, defaultValue) this.defaults.get(name, defaultValue)),
|
||||
getDefault: deprecated("Prefs#defaults.get",
|
||||
function getDefault(name, defaultValue) { return this.defaults.get(name, defaultValue); }),
|
||||
|
||||
/**
|
||||
* Returns an array of all preference names in this branch or the
|
||||
|
||||
Reference in New Issue
Block a user