diff --git a/src/nodes/base.js b/src/nodes/base.js index a8518dbbe..79f2aa05d 100755 --- a/src/nodes/base.js +++ b/src/nodes/base.js @@ -264,7 +264,7 @@ }; Subgraph.prototype.onSubgraphRemovedOutput = function(name) { - var slot = this.findInputSlot(name); + var slot = this.findOutputSlot(name); if (slot == -1) { return; }