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:
parent
aa6ec60c34
commit
46d17c3314
@ -2776,7 +2776,6 @@ var buildingEditDialog = false;
|
||||
$("#node-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();
|
||||
},
|
||||
edit: showEditDialog,
|
||||
|
@ -25,6 +25,7 @@
|
||||
function .selection.getRange();
|
||||
property .session //the editor object
|
||||
function .session.insert = function(position, text)
|
||||
function .setReadOnly(readOnly)
|
||||
property .renderer = {};
|
||||
function .renderer.updateFull()
|
||||
function setMode(mode, cb)
|
||||
|
Loading…
Reference in New Issue
Block a user