Skip to content

Commit

Permalink
Move class utils to a utils file, drop IE9 support (#310)
Browse files Browse the repository at this point in the history
* Move add/remove/update class utils to a utils file

Also, drop support for browsers that do not support classList, so IE9 will no longer be supported

* Update .travis.yml
  • Loading branch information
RobbieTheWagner committed Sep 18, 2019
1 parent 9950564 commit 83c31bb
Show file tree
Hide file tree
Showing 15 changed files with 124 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Expand Up @@ -4,4 +4,4 @@ last 2 Chrome versions
last 2 Firefox versions
last 2 Safari versions
last 2 Edge versions
ie >= 11
ie >= 10
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,6 @@ addons:
apt:
packages:
- libgconf-2-4
chrome: stable

branches:
only:
Expand Down
128 changes: 41 additions & 87 deletions dist/js/tether.esm.js

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

2 changes: 1 addition & 1 deletion dist/js/tether.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tether.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tether.esm.min.js.map

Large diffs are not rendered by default.

0 comments on commit 83c31bb

Please sign in to comment.