Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-11-10 00:58:05 +03:00
parent f4b47c3555
commit e65a1be292

View File

@ -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__
|| {}