Skip to content

Commit

Permalink
remove review comment that was addressed in #831
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Oct 2, 2018
1 parent 52372cf commit 6d3d718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/listeners/PressListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ define( function( require ) {
sceneryLog && sceneryLog.InputListener && sceneryLog.InputListener( 'PressListener#' + this._id + ' interrupt' );
sceneryLog && sceneryLog.InputListener && sceneryLog.push();

// REVIEW: Why can't we interrupt an a11y click? That sounds very buggy!
if ( this.isPressed ) {
sceneryLog && sceneryLog.InputListener && sceneryLog.InputListener( 'PressListener#' + this._id + ' interrupting' );
this.interrupted = true;
Expand Down

0 comments on commit 6d3d718

Please sign in to comment.