Skip to content

Commit

Permalink
Revert accidentally committed change, see #195
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Jan 28, 2019
1 parent 385becb commit f429c2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/intro/model/EFACIntroModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,6 @@ define( function( require ) {
*/
constrainPosition: function( modelElement, proposedPosition ) {

if ( !this.isPlayingProperty.get() ) {
this.isPlayingProperty.value = true;
}

var self = this;

// TODO: Optimize this method for allocations
Expand Down

0 comments on commit f429c2e

Please sign in to comment.