mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-27 15:15:46 +01:00
Replace expression closures (getters).
Expression closures are to be axed. See https://bugzil.la/1083458.
This commit is contained in:
@@ -18,7 +18,7 @@ var Browser = Module("browser", XPCOM(Ci.nsISupportsWeakReference, ModuleBase),
|
||||
util.addObserver(this);
|
||||
|
||||
this._unoverlay = overlay.overlayObject(FullZoom, {
|
||||
get siteSpecific() false,
|
||||
get siteSpecific() { return false; },
|
||||
set siteSpecific(val) {}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user