mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix jshint errors
This commit is contained in:
@@ -271,8 +271,9 @@ RED.editor = (function() {
|
||||
RED.nodes.dirty(true);
|
||||
|
||||
var activeSubflow = RED.nodes.subflow(RED.workspaces.active());
|
||||
var subflowInstances = null;
|
||||
if (activeSubflow) {
|
||||
var subflowInstances = [];
|
||||
subflowInstances = [];
|
||||
RED.nodes.eachNode(function(n) {
|
||||
if (n.type == "subflow:"+RED.workspaces.active()) {
|
||||
subflowInstances.push({
|
||||
|
||||
Reference in New Issue
Block a user