Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jun 5, 2023
1 parent b10c500 commit 767bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import {App} from '../app/application';
* const index = vc.getCurrentIndex();
* const values = index.getValues();
* values[2] = this.value;
* vc.setCurrentIndex(new math.Index(values));
* vc.setCurrentIndex(new Index(values));
* }
* // activate tool and update range max on load
* app.addEventListener('load', function () {
Expand Down

0 comments on commit 767bb2a

Please sign in to comment.