From e65a1be292abb9dd3367b99546f154e85f97597b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 10 Nov 2019 00:58:05 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 99e62829..a03522e3 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1037,10 +1037,11 @@ var EditorActions = actions.Actions({ // ] // // XXX does this need a callback??? + // XXX revise access to .__editor_fields__... + // ...should we merge the prototype set with the instance??? makeEditorBlock: ['- Interface/', function(spec, make){ var that = this - // XXX revise... var fields = this.__editor_fields__ || EditorActions.__editor_fields__ || {}