()
| 2276 | }); |
| 2277 | |
| 2278 | var transitionComplete = function transitionComplete() { |
| 2279 | if (_this3._config.focus) { |
| 2280 | _this3._element.focus(); |
| 2281 | } |
| 2282 | |
| 2283 | _this3._isTransitioning = false; |
| 2284 | $(_this3._element).trigger(shownEvent); |
| 2285 | }; |
| 2286 | |
| 2287 | if (transition) { |
| 2288 | var transitionDuration = Util.getTransitionDurationFromElement(this._dialog); |