Missing brackets in sample node

Closes #414
This commit is contained in:
Nick O'Leary 2014-09-23 23:15:34 +01:00
parent 9152daa13b
commit 8742bf354b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module.exports = function(RED) {
node.warn("I saw a payload: "+msg.payload);
// in this example just send it straight on... should process it here really
this.send(msg);
}
});
this.on("close", function() {
// Called when the node is shutdown - eg on redeploy.