MCPcopy
hub / github.com/mongodb/node-mongodb-native / complete

Function complete

docs/2.2/lib/bootstrap.js:560–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

bootstrap.jsFile · 0.70
jquery.jsFile · 0.50

Calls 3

addClassMethod · 0.45
removeClassMethod · 0.45
triggerMethod · 0.45

Tested by

no test coverage detected