mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
tidy up jsHint errors in exec and trigger nodes
Add "use strict" to the sample node
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
|
||||
module.export = function(RED) {
|
||||
"use strict";
|
||||
|
||||
// The main node definition - most things happen in here
|
||||
function SampleNode(n) {
|
||||
|
Reference in New Issue
Block a user