()
| 558 | this.transitioning = 1 |
| 559 | |
| 560 | var complete = function () { |
| 561 | this.$element |
| 562 | .removeClass('collapsing') |
| 563 | .addClass('in') |
| 564 | [dimension]('auto') |
| 565 | this.transitioning = 0 |
| 566 | this.$element.trigger('shown.bs.collapse') |
| 567 | } |
| 568 | |
| 569 | if (!$.support.transition) return complete.call(this) |
| 570 |
no test coverage detected