Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-05-19 11:11:48 +03:00
parent 1bc5c0474d
commit 12845cbf9e

View File

@ -219,8 +219,8 @@ module.BaseStore = {
// XXX NEXT need to think about this... // XXX NEXT need to think about this...
next: undefined, next: undefined,
// XXX should this be a prop??? // NOTE: .data is not part of the spec and can be implementation-specific,
// ...if yes then remove unnecessary "this.data ?? {}" checks... // only .__<name>__(..) use it internally... (XXX check this)
__data: undefined, __data: undefined,
get data(){ get data(){
return this.__data return this.__data