mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
use of camelCasing: node_selector => nodeSelector
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user