Skip to content

Commit

Permalink
Remove ts-nocheck and ts-ignore, see #795
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 16, 2022
1 parent ba61cd4 commit be4a751
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/Helper.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright 2022, University of Colorado Boulder
// @ts-nocheck
/**
* Some in-simulation utilities designed to help designers and developers
*
Expand Down Expand Up @@ -624,9 +623,7 @@ export default class Helper {
sim.activeProperty.value = false;

const screen = sim.screenProperty.value;
// @ts-ignore Screen?
if ( screen.hasView() ) {
// @ts-ignore Screen?
this.screenViewProperty.value = screen.view;
}
else {
Expand Down

0 comments on commit be4a751

Please sign in to comment.