more JShint cleaning and fa icons added

This commit is contained in:
Dave C-J
2014-07-18 21:49:20 +01:00
parent aaab0d0d0b
commit 252135532d
4 changed files with 5 additions and 5 deletions

View File

@@ -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 {