tidy up jsHint errors in exec and trigger nodes

Add "use strict" to the sample node
This commit is contained in:
Dave C-J
2014-06-30 20:44:35 +01:00
parent 52779ac518
commit c7f0f9639a
3 changed files with 9 additions and 7 deletions

View File

@@ -20,6 +20,7 @@
module.export = function(RED) {
"use strict";
// The main node definition - most things happen in here
function SampleNode(n) {