]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
sometimes i get emotional about semicolons
authorJacob Thornton <jacobthornton@gmail.com>
Sat, 27 Aug 2011 07:07:42 +0000 (00:07 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sat, 27 Aug 2011 07:07:42 +0000 (00:07 -0700)
examples/assets/js/bootstrap-modals.js

index 038588fb44663880c8450f2cd3d22234d415344c..57e0535018f2964ef11907d2b2f943b49d74fd6b 100644 (file)
@@ -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