mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 06:45:51 +01:00
More cleanup. Fix some Teledactyl bugginess.
This commit is contained in:
@@ -915,6 +915,7 @@ Class.Update = function Update(obj)
|
||||
Class.Property({
|
||||
configurable: true,
|
||||
enumerable: true,
|
||||
writable: true,
|
||||
init: function (key, target) {
|
||||
this.value = update({}, target[key], obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user