diff --git a/js/Slider.js b/js/Slider.js index dac6ca5b..347daa4a 100644 --- a/js/Slider.js +++ b/js/Slider.js @@ -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';