MCPcopy Index your code
hub / github.com/Blogify/Blogify / complete

Function complete

public/assets/assets/scripts/frontend.js:9812–9819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9810 this.transitioning = 1
9811
9812 var complete = function () {
9813 this.$element
9814 .removeClass('collapsing')
9815 .addClass('collapse in')[dimension]('')
9816 this.transitioning = 0
9817 this.$element
9818 .trigger('shown.bs.collapse')
9819 }
9820
9821 if (!$.support.transition) return complete.call(this)
9822

Callers 1

frontend.jsFile · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected