Commit 52c62407 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

sometimes i get emotional about semicolons

parent 24c4ca03
Showing with 3 additions and 3 deletions
+3 -3
...@@ -6,9 +6,9 @@ ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment