Commits

themikelee committed 55437b163f1
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: https://github.com/twitter/bootstrap/pull/4166