Skip to content

Commit

Permalink
added specific type path in order to support TypeScript conversion, see
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Oct 22, 2021
1 parent b4fff35 commit 6b6f489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/VSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class VSlider extends Slider {

/**
* @param {Property.<number>} valueProperty
* @param {Range} range
* @param {../../dot/js/Range} range
* @param {Object} [options]
*/
constructor( valueProperty, range, options ) {
Expand Down

0 comments on commit 6b6f489

Please sign in to comment.