1
0
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:
Kris Maglione
2011-09-29 21:25:17 -04:00
parent acd13342a4
commit 0cf1151e0a
21 changed files with 813 additions and 716 deletions

View File

@@ -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);
}