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...
next: undefined,
// XXX should this be a prop???
// ...if yes then remove unnecessary "this.data ?? {}" checks...
// NOTE: .data is not part of the spec and can be implementation-specific,
// only .__<name>__(..) use it internally... (XXX check this)
__data: undefined,
get data(){
return this.__data