Skip to content

Commit

Permalink
Port Circuit to TypeScript, see #749
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 14, 2021
1 parent 4bf7e94 commit 17d7f2f
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 62 deletions.
2 changes: 1 addition & 1 deletion js/model/Charge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Charge {
circuitElement: CircuitElement;
distance: number;
private readonly matrix: Matrix3;
private readonly visibleProperty: Property<boolean>;
readonly visibleProperty: Property<boolean>;
private readonly changedEmitter: Emitter<unknown>;
private readonly disposeEmitterCharge: Emitter<unknown>;

Expand Down
Loading

0 comments on commit 17d7f2f

Please sign in to comment.