27
edits
(→Example Store class skeleton: Stores don't have a _logName property) |
(→Writing a Record class: Property is called _logName, not _logname) |
||
| Line 42: | Line 42: | ||
FooRecord.prototype = { | FooRecord.prototype = { | ||
__proto__: CryptoWrapper.prototype, | __proto__: CryptoWrapper.prototype, | ||
_logName: "Record.Foo", | |||
get bar() this.cleartext.bar, | get bar() this.cleartext.bar, | ||
edits