Skip to content

Commit

Permalink
remove trail parameter from input listener, #29
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 17, 2016
1 parent 6c1b4f1 commit bd636b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/MathFunctionNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ define( function( require ) {

// prevent clicking on the picker from starting a drag sequence for the function node
picker.addInputListener( {
down: function( event, trail ) {
down: function( event ) {
event.handle(); // don't propagate event to parent
}
} );
Expand Down

0 comments on commit bd636b0

Please sign in to comment.