MCPcopy
hub / github.com/hokein/electron-sample-apps / complete

Function complete

file-explorer/bootstrap/js/bootstrap.js:509–513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

507 , transition: function (method, startEvent, completeEvent) {
508 var that = this
509 , complete = function () {
510 if (startEvent.type == 'show') that.reset()
511 that.transitioning = 0
512 that.$element.trigger(completeEvent)
513 }
514
515 this.$element.trigger(startEvent)
516

Callers 4

jquery.jsFile · 0.85
jquery-1.7.2.jsFile · 0.85
bootstrap.jsFile · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected