Skip to content

Commit

Permalink
docs: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
denisaleman committed Jan 2, 2022
1 parent 0cec4a4 commit e655f02
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion TODOs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
| Filename | line # | TODO
|:------|:------:|:------
| [toggleTransition.js](toggleTransition.js#L220) | 220 | throw 'TransitionEnd event is not supported in this browser';
| [toggleTransition.js](toggleTransition.js#L289) | 289 | Add check what comes from this callback
| [test/test.js](test/test.js#L227) | 227 | Add check whether element has `style="display: none"` or `style="visibility: hidden"` with accordance to the `manageVisibilityWith` setting.
3 changes: 0 additions & 3 deletions toggleTransition.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@
if (typeof target === "string") {
target = document.querySelectorAll(target);
} else if (typeof target === "function") {
/**
* @todo Add check what comes from this callback
*/
target = target.call(this, this.$element);
}
if (action === "hide" || action === "show" || action === "toggle") {
Expand Down
2 changes: 1 addition & 1 deletion toggleTransition.min.js.map

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

0 comments on commit e655f02

Please sign in to comment.