mirror of https://github.com/node-red/node-red.git
Fix to please linter
parent
bb10d5bb94
commit
3df3096bb4
|
@ -124,7 +124,7 @@ RED.nodes = (function() {
|
|||
},
|
||||
removeNodeSet: function(id) {
|
||||
var ns = nodeSets[id];
|
||||
if (!ns) return {};
|
||||
if (!ns) { return {} }
|
||||
|
||||
for (var j=0;j<ns.types.length;j++) {
|
||||
delete typeToId[ns.types[j]];
|
||||
|
|
Loading…
Reference in New Issue