Skip to content

Commit

Permalink
remove commented block of code, see #405 and #398
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 7, 2018
1 parent 6fd9878 commit 9352f32
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions js/energy-skate-park-basics/model/EnergySkateParkBasicsModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,27 +191,6 @@ define( function( require ) {
track.dispose();
} );

// Proxy for save/load for the tracks for phetio.js
// TODO: This is all a bit hackish, to serialize the tracks. Cannot this be made simpler?
if ( draggableTracks ) {
//phetio && phetio.addInstance( 'playgroundScreen.tracks', {
// phetioID: 'playgroundScreen.tracks',
//
// // TODO: use get value instead of this function.
// getArray: function() {
// },
//
// get value() {
// return this.getArray();
// },
//
// // TODO: set value asymmetric from getArray
// set value( arrayOfArrayOfVector ) {

// }
//} );
}

// Determine when to show/hide the track edit buttons (cut track or delete control point)
var updateTrackEditingButtonProperties = function() {
var editEnabled = false;
Expand Down

0 comments on commit 9352f32

Please sign in to comment.