From ebc1fe907d5dede1c7251dc1a25b9015a7f779d7 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 2 Jun 2012 21:09:13 -0700 Subject: only trigger $.support.transition.end when it exists --- docs/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/js/bootstrap.js') diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 176cafa04..eeef82d31 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -312,7 +312,7 @@ , pause: function (e) { if (!e) this.paused = true - if (this.$element.find('.next, .prev')) { + if (this.$element.find('.next, .prev') && $.support.transition.end) { this.$element.trigger($.support.transition.end) this.cycle() } -- cgit v1.2.3