1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Input node feature definitions (markdown)

zobalogh 2014-10-29 07:56:13 -07:00
parent 7b60b60502
commit c61818fb74

@ -7,6 +7,6 @@ Input nodes MUST:
<code>
node.on("input", function(msg) {
msg = {};
handleInputNodeInput(node, msg);
doSomethingWithMsg(node, msg);
});
</code>