summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/js/transition.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/js/transition.js')
-rwxr-xr-xbower_components/bootstrap/js/transition.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower_components/bootstrap/js/transition.js b/bower_components/bootstrap/js/transition.js
index 0cdcf9ea..e8f318be 100755
--- a/bower_components/bootstrap/js/transition.js
+++ b/bower_components/bootstrap/js/transition.js
@@ -42,7 +42,7 @@
// http://blog.alexmaccaw.com/css-transitions
$.fn.emulateTransitionEnd = function (duration) {
- var called = false, $el = this
+ var called = false, $el = this
$(this).one($.support.transition.end, function () { called = true })
var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
setTimeout(callback, duration)