()
| 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 |
no outgoing calls
no test coverage detected