Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesvijonathan committed Nov 10, 2023
1 parent cfc2b58 commit 07a280c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/jos.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ class jos {
timingFunction,
threshold,
startVisible,
scrollDirection,
scrolldirection,
intersectionRatio,
duration,
mirror,
Expand All @@ -599,7 +599,7 @@ class jos {
this.default_threshold = threshold || this.default_threshold;
this.default_startVisible = startVisible || this.default_startVisible;
this.default_scrolldirection =
scrollDirection || this.default_scrolldirection;
scrolldirection || this.default_scrolldirection;
this.default_intersectionRatio =
intersectionRatio || this.default_threshold;
this.default_duration = duration || this.default_duration;
Expand Down
Binary file added jos-animation-0.9.2-beta.tgz
Binary file not shown.

0 comments on commit 07a280c

Please sign in to comment.