Skip to content

Commit

Permalink
Update chipper's SimVersion from daily grunt work
Browse files Browse the repository at this point in the history
  • Loading branch information
phet-dev committed Jan 18, 2020
1 parent f3fa9dc commit 63d47a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions js/SimVersion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020, University of Colorado Boulder
// Copyright 2019, University of Colorado Boulder

/**
* Handles serializing and deserializing versions for simulations.
Expand Down Expand Up @@ -125,14 +125,6 @@ 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 63d47a9

Please sign in to comment.