aboutsummaryrefslogtreecommitdiff
path: root/js/modal.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-06 16:51:59 -0800
committerChris Rebert <[email protected]>2013-12-06 17:23:45 -0800
commit351f86e1db6bbb5f37e67323094fc08f4aeceecd (patch)
tree9d3b67a8880ee3cf66c6cb12588eec3498e65bd9 /js/modal.js
parent4be126e0142556805b59cb5a62d33c4a3fd2b8d4 (diff)
downloadbootstrap-351f86e1db6bbb5f37e67323094fc08f4aeceecd.tar.xz
bootstrap-351f86e1db6bbb5f37e67323094fc08f4aeceecd.zip
fix some JS to pass jscs
Diffstat (limited to 'js/modal.js')
-rw-r--r--js/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js
index 3ead5ee88..5544cf04e 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -180,7 +180,7 @@
} else if (!this.isShown && this.$backdrop) {
this.$backdrop.removeClass('in')
- $.support.transition && this.$element.hasClass('fade')?
+ $.support.transition && this.$element.hasClass('fade') ?
this.$backdrop
.one($.support.transition.end, callback)
.emulateTransitionEnd(150) :