1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

update code comments

This commit is contained in:
Steve-Mcl 2021-06-15 21:01:33 +01:00
parent aa6ec60c34
commit 46d17c3314
2 changed files with 1 additions and 1 deletions

View File

@ -2776,7 +2776,6 @@ var buildingEditDialog = false;
$("#node-dialog-cancel").trigger("click"); $("#node-dialog-cancel").trigger("click");
$("#node-config-dialog-cancel").trigger("click"); $("#node-config-dialog-cancel").trigger("click");
}); });
//console.log("packages/node_modules/@node-red/editor-client/src/js/ui/editor.js ? init()") //TODO: Remove
RED.editor.codeEditor.init(); RED.editor.codeEditor.init();
}, },
edit: showEditDialog, edit: showEditDialog,

View File

@ -25,6 +25,7 @@
function .selection.getRange(); function .selection.getRange();
property .session //the editor object property .session //the editor object
function .session.insert = function(position, text) function .session.insert = function(position, text)
function .setReadOnly(readOnly)
property .renderer = {}; property .renderer = {};
function .renderer.updateFull() function .renderer.updateFull()
function setMode(mode, cb) function setMode(mode, cb)