aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-27 00:07:42 -0700
committerJacob Thornton <[email protected]>2011-08-27 00:07:42 -0700
commit52c624079e685a5bcdc13af25b86ea08ca34d6d1 (patch)
treee8b63ff8b758ae6af5fa56bd996a2c5c30839dd7 /examples
parent24c4ca0391486a555293831e9f1ba93366bd7de3 (diff)
downloadbootstrap-52c624079e685a5bcdc13af25b86ea08ca34d6d1.tar.xz
bootstrap-52c624079e685a5bcdc13af25b86ea08ca34d6d1.zip
sometimes i get emotional about semicolons
Diffstat (limited to 'examples')
-rw-r--r--examples/assets/js/bootstrap-modals.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/assets/js/bootstrap-modals.js b/examples/assets/js/bootstrap-modals.js
index 038588fb4..57e053501 100644
--- a/examples/assets/js/bootstrap-modals.js
+++ b/examples/assets/js/bootstrap-modals.js
@@ -6,9 +6,9 @@
$.support.transition = (function(){
var thisBody = document.body || document.documentElement
, thisStyle = thisBody.style
- , support = thisStyle.transition !== undefined || thisStyle.WebkitTransition !== undefined || thisStyle.MozTransition !== undefined || thisStyle.MsTransition !== undefined || thisStyle.OTransition !== undefined;
- return support;
- })();
+ , support = thisStyle.transition !== undefined || thisStyle.WebkitTransition !== undefined || thisStyle.MozTransition !== undefined || thisStyle.MsTransition !== undefined || thisStyle.OTransition !== undefined
+ return support
+ })()
/* SHARED VARS