Update node-red-nodes - clean up lint issues (mainly unused funcs and vars)

This commit is contained in:
dceejay
2015-04-16 10:58:34 +01:00
parent 1e7717ac8a
commit bb9d67f1ae
18 changed files with 34 additions and 40 deletions

View File

@@ -129,7 +129,7 @@ module.exports = function(RED) {
if (typeof(err.name) === 'undefined' || err.name !== 'ReferenceError') {
//USB error occurred when BlinkStick was animating
node.led.close(function (err) {
node.led.close(function () {
node.led = undefined;
findBlinkStick();
});

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-blinkstick",
"version" : "0.1.5",
"version" : "0.1.6",
"description" : "A Node-RED node to control a Blinkstick",
"dependencies" : {
"blinkstick" : "1.1.*"