mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
sometimes i get emotional about semicolons
This commit is contained in:
6
examples/assets/js/bootstrap-modals.js
vendored
6
examples/assets/js/bootstrap-modals.js
vendored
@@ -6,9 +6,9 @@
|
|||||||
$.support.transition = (function(){
|
$.support.transition = (function(){
|
||||||
var thisBody = document.body || document.documentElement
|
var thisBody = document.body || document.documentElement
|
||||||
, thisStyle = thisBody.style
|
, thisStyle = thisBody.style
|
||||||
, support = thisStyle.transition !== undefined || thisStyle.WebkitTransition !== undefined || thisStyle.MozTransition !== undefined || thisStyle.MsTransition !== undefined || thisStyle.OTransition !== undefined;
|
, support = thisStyle.transition !== undefined || thisStyle.WebkitTransition !== undefined || thisStyle.MozTransition !== undefined || thisStyle.MsTransition !== undefined || thisStyle.OTransition !== undefined
|
||||||
return support;
|
return support
|
||||||
})();
|
})()
|
||||||
|
|
||||||
|
|
||||||
/* SHARED VARS
|
/* SHARED VARS
|
||||||
|
Reference in New Issue
Block a user