mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1bc5c0474d
commit
12845cbf9e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user