Skip to content

Commit

Permalink
Restore deleted function, see phetsims/perennial#161
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 20, 2020
1 parent 5ad0415 commit 31fe4c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/SimVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ const assert = typeof module !== 'undefined' ? require( 'assert' ) : window && w
this.testType );
}

/**
* @returns {boolean}
* @public
*/
get isSimPublished() {
return !this.isSimNotPublished;
}

/**
* Takes a serialized form of the SimVersion and returns an actual instance.
* @public
Expand Down

0 comments on commit 31fe4c8

Please sign in to comment.