Update node-red-nodes sample, analysis, storage and time nodes to use strict and pass jshint scan

This commit is contained in:
Dave C-J
2014-06-28 23:37:19 +01:00
parent 43dfded402
commit ebf950d818
6 changed files with 279 additions and 268 deletions

View File

@@ -15,6 +15,7 @@
**/
module.exports = function(RED) {
"use strict";
var SunCalc = require('suncalc');
function SunNode(n) {