1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 00:05:47 +01:00

Add :hi -link.

--HG--
extra : rebase_source : 9bc26b19eac01350323073212d12a91fd2f31189
This commit is contained in:
Kris Maglione
2010-12-29 17:44:22 -05:00
parent 44bef3c828
commit 13e22f7458
5 changed files with 101 additions and 52 deletions

View File

@@ -998,6 +998,9 @@ let StructBase = Class("StructBase", Array, {
closure: Class.Property(Object.getOwnPropertyDescriptor(Class.prototype, "closure")),
get: function (key, val) this[this.members[key]],
set: function (key, val) this[this.members[key]] = val,
toString: function () Class.prototype.toString.apply(this, arguments),
// Iterator over our named members