Skip to content

Commit

Permalink
Removed empty step functions propagated from simula-rasa, see phetsim…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 11, 2015
1 parent 2e89c05 commit 957aa23
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions js/macro/view/MacroScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,11 @@ define( function( require ) {
listener: function() {
macroModel.reset();
},
right: this.layoutBounds.maxX - 10,
right: this.layoutBounds.maxX - 10,
bottom: this.layoutBounds.maxY - 10
} );
this.addChild( resetAllButton );
}

return inherit( BeakerAndShakerView, MacroScreenView, {
// Called by the animation loop. Optional, so if your view has no animation, you can omit this.
step: function( dt ) {
// Handle view animation here.
}
} );
return inherit( BeakerAndShakerView, MacroScreenView );
} );

0 comments on commit 957aa23

Please sign in to comment.