From 8ab96d303ef3fa482f27a67a7285a2c0ded0f281 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 12 Aug 2022 00:01:39 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki/page.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pwiki/page.js b/pwiki/page.js index ebac858..6d993fd 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -1193,6 +1193,8 @@ object.Constructor('pWikiPageElement', Page, { // NOTE: cloning this will return .__page_constructor__ and not // .constructor instances... + // XXX can we use .__clone_base__ here?? + // ...or can we avoid this alltogether??? clone: function(){ // NOTE: we only get full clones here specifically to copy all // the relevant data...