diff --git a/common/modules/base.jsm b/common/modules/base.jsm index f2a2adbf..40d49d66 100644 --- a/common/modules/base.jsm +++ b/common/modules/base.jsm @@ -1283,6 +1283,7 @@ var StructBase = Class("StructBase", Array, { clone: function struct_clone() this.constructor.apply(null, this.slice()), + bound: Class.Property(Object.getOwnPropertyDescriptor(Class.prototype, "bound")), closure: Class.Property(Object.getOwnPropertyDescriptor(Class.prototype, "closure")), get: function struct_get(key, val) this[this.members[key]],