MCPcopy Index your code
hub / github.com/kamens/jQuery-menu-aim / complete

Function complete

example/js/bootstrap.js:564–568  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

562 , transition: function (method, startEvent, completeEvent) {
563 var that = this
564 , complete = function () {
565 if (startEvent.type == 'show') that.reset()
566 that.transitioning = 0
567 that.$element.trigger(completeEvent)
568 }
569
570 this.$element.trigger(startEvent)
571

Callers 1

bootstrap.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected