This repository has been archived by the owner on May 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(collapse): remove reference to msTransition for IE10
In IE10 msTransition exists but msTransitionEnd never fires. IE10 does however support standard transitionend. Since IE<10 does not support transitions this line can be removed entirely. This has already been done in Twitter Bootstrap. Reference here: twbs/bootstrap#4166
- Loading branch information