Skip to content

Commit

Permalink
hotfix in toggleSlide()
Browse files Browse the repository at this point in the history
  • Loading branch information
CSP02 committed Jan 1, 2022
1 parent c11ea9e commit b855e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Toggler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let count = 1;
let count = 0;

class Toggler {
//toggleClass() will toggle the provided class name and the current class name. Works for multiple classes too
Expand Down
2 changes: 1 addition & 1 deletion Toggler.min.js

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

0 comments on commit b855e48

Please sign in to comment.