Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 6, 2018
1 parent d387aee commit ddef8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/listeners/PressListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ define( function( require ) {
// Set self properties before the property change, so they are visible to listeners.
this.pointer = event.pointer;
this.pressedTrail = targetNode ? targetNode.getUniqueTrail() : event.trail.subtrailTo( event.currentTarget, false );

this.interrupted = false; // clears the flag (don't set to false before here)

this.pointer.addInputListener( this._pointerListener, this._attach );
Expand Down

0 comments on commit ddef8aa

Please sign in to comment.