We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d247f2 + c979f26 commit a6f1698Copy full SHA for a6f1698
simulator/js/circuit_components/FF_JK.js
@@ -20,7 +20,7 @@ export class FF_JK extends Integrated {
20
this.andGate_Q = new Gate("AND");
21
this.andGate_NotQ = new Gate("AND");
22
this.isNegativeEdgeTrig = isNegativeEdgeTrig;
23
- this.nodeStartID = nodeJ.id;
+ this.nodeStartID = this.nodeJ.id;
24
25
}
26
0 commit comments