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:
parent
7674492819
commit
bc1fb3b404
@ -36,6 +36,5 @@ module.exports = function(RED) {
|
||||
}
|
||||
|
||||
RED.nodes.registerType("template",TemplateNode);
|
||||
|
||||
RED.library.register("templates");
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ module.exports = function(RED) {
|
||||
function CommentNode(n) {
|
||||
RED.nodes.createNode(this,n);
|
||||
}
|
||||
|
||||
RED.nodes.registerType("comment",CommentNode);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user