use of camelCasing: node_selector => nodeSelector

This commit is contained in:
Ralph Wetzel
2023-11-21 20:48:52 +01:00
parent ea483218ea
commit febc769df5
2 changed files with 6 additions and 6 deletions

View File

@@ -643,7 +643,7 @@ RED.debug = (function() {
path: path,
sourceId: sourceNode&&sourceNode.id,
rootPath: path,
node_selector: config.messageSourceClick,
nodeSelector: config.messageSourceClick,
});
// Do this in a separate step so the element functions aren't stripped
debugMessage.appendTo(el);