Skip to content

Commit

Permalink
Deploying to gh-pages from @ ee4d3a8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jul 10, 2024
1 parent a441a12 commit 4202484
Show file tree
Hide file tree
Showing 12 changed files with 430 additions and 430 deletions.
410 changes: 205 additions & 205 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9551,18 +9551,18 @@ var $;
}
move_to_middle() {
this.transition(this.transition_smooth());
this.swiped_to('');
this.x(0);
this.swiped_to('');
}
swipe_to_right() {
this.transition(this.transition_smooth());
this.swiped_to('right');
this.x(this.swipe_distance());
this.swiped_to('right');
}
swipe_to_left() {
this.transition(this.transition_smooth());
this.swiped_to('left');
this.x(-this.swipe_distance());
this.swiped_to('left');
}
passed() {
const x = this.x();
Expand Down
6 changes: 3 additions & 3 deletions node.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4202484

Please sign in to comment.