Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 16, 2019
2 parents 7fdcc67 + 2b4b137 commit 87fe8f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ define( function( require ) {
} );
thumb.addInputListener( thumbInputListener );

// @public (read-only( {BooleanProperty} - Make the property the indicates whether the thumb is being dragged
// available to clients of the slider.
this.isThumbDraggingProperty = thumbInputListener.isDraggingProperty;

// enable/disable
var enabledObserver = function( enabled ) {
self.cursor = self.enabledProperty.get() ? options.cursor : 'default';
Expand Down

0 comments on commit 87fe8f4

Please sign in to comment.