mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Couple of typos in DigiSpark node and swearfilter node
This commit is contained in:
@@ -63,6 +63,7 @@ function DigiRGBNode(n) {
|
||||
}
|
||||
|
||||
this.on('close', function() {
|
||||
if (device) { device.close(); });
|
||||
if (device) { device.close(); }
|
||||
});
|
||||
}
|
||||
RED.nodes.registerType("digiRGB",DigiRGBNode);
|
||||
|
Reference in New Issue
Block a user