mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Apply consistent style to node-red-nodes
(not updating npm for this yet - just whitespace)
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = function(RED) {
|
||||
var PusherClient = require('pusher-client');
|
||||
|
||||
//node for subscribing to an event/channel
|
||||
function PusherNode(n) {
|
||||
function PusherNode(n) {
|
||||
// Create a RED node
|
||||
RED.nodes.createNode(this,n);
|
||||
|
||||
@@ -88,9 +88,9 @@ module.exports = function(RED) {
|
||||
|
||||
this.on("close", function() {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
//debugging on the output:
|
||||
//debugging on the output:
|
||||
var displayResult = function(result) {
|
||||
node.log(result);
|
||||
};
|
||||
|
Reference in New Issue
Block a user