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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user