From: Jacob Thornton Date: Sat, 27 Aug 2011 07:07:42 +0000 (-0700) Subject: sometimes i get emotional about semicolons X-Git-Tag: v1.3.0~86^2^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c624079e685a5bcdc13af25b86ea08ca34d6d1;p=thirdparty%2Fbootstrap.git sometimes i get emotional about semicolons --- diff --git a/examples/assets/js/bootstrap-modals.js b/examples/assets/js/bootstrap-modals.js index 038588fb44..57e0535018 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