From 12845cbf9e06d5bd428245d24672b2d450017625 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 19 May 2022 11:11:48 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwiki2.js b/pwiki2.js index 16370b7..ca13177 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -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 .____(..) use it internally... (XXX check this) __data: undefined, get data(){ return this.__data