Skip to content

Commit

Permalink
review comment reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed May 8, 2021
1 parent 9c1e0cd commit c2263e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabslide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class TabSlide extends TabTie {
const first_ys = params.first_ys;
const last_x_px = params.last_x_px;

const direction = this.direction;
const direction = params.direction;
if (direction !== TabSlide.SLIDE_UP && direction !== TabSlide.SLIDE_DOWN) {
throw new Vex.RERR('BadSlide', 'Invalid slide direction');
}
Expand Down

0 comments on commit c2263e9

Please sign in to comment.