Skip to content

Commit a6f1698

Browse files
authored
Merge pull request #3 from drendog/drendog-patch-1
Update FF_JK.js
2 parents 0d247f2 + c979f26 commit a6f1698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/js/circuit_components/FF_JK.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class FF_JK extends Integrated {
2020
this.andGate_Q = new Gate("AND");
2121
this.andGate_NotQ = new Gate("AND");
2222
this.isNegativeEdgeTrig = isNegativeEdgeTrig;
23-
this.nodeStartID = nodeJ.id;
23+
this.nodeStartID = this.nodeJ.id;
2424

2525
}
2626

0 commit comments

Comments
 (0)