mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 00:55:47 +01:00
Merge default.
--HG-- branch : key-processing
This commit is contained in:
@@ -758,6 +758,7 @@ Class.memoize = function memoize(getter)
|
||||
this.get = function replace() let (obj = this.instance || this) (
|
||||
Class.replaceProperty(obj, key, null),
|
||||
Class.replaceProperty(obj, key, getter.call(this, key)))
|
||||
this.set = function replace(val) Class.replaceProperty(this.instance || this, val);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user