mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
more JShint cleaning and fa icons added
This commit is contained in:
@@ -56,7 +56,7 @@ module.exports = function(RED) {
|
||||
//}
|
||||
//}
|
||||
else if (node.action == "replace") {
|
||||
if (node.to.indexOf("msg.") == 0) {
|
||||
if (node.to.indexOf("msg.") === 0) {
|
||||
makeNew( msg, node.property.split("."), eval(node.to) );
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user