Hi @robtweed Please take a look: https://github.com/robtweed/ewd-document-store/blob/36d15aab969aca3d0e10ee005102e9f64d779359/lib/proto/value.js#L43 I think `this._set.call(this, value); ` can be replaced to `this._set(value)` here because in getter we use this context normally
Hi @robtweed
Please take a look:
ewd-document-store/lib/proto/value.js
Line 43 in 36d15aa
I think
this._set.call(this, value);can be replaced tothis._set(value)here because in getter we use this context normally