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

Tiny formatting tidy ups.

This commit is contained in:
Dave C-J 2014-05-05 08:58:53 +01:00
parent 7674492819
commit bc1fb3b404
3 changed files with 35 additions and 37 deletions

View File

@ -36,6 +36,5 @@ module.exports = function(RED) {
}
RED.nodes.registerType("template",TemplateNode);
RED.library.register("templates");
}

View File

@ -18,6 +18,5 @@ module.exports = function(RED) {
function CommentNode(n) {
RED.nodes.createNode(this,n);
}
RED.nodes.registerType("comment",CommentNode);
}