]> source.dussan.org Git - jquery.git/commitdiff
semicolon for jshint happiness
authortimmywil <timmywillisn@gmail.com>
Tue, 20 Sep 2011 03:25:02 +0000 (23:25 -0400)
committertimmywil <timmywillisn@gmail.com>
Tue, 20 Sep 2011 03:25:02 +0000 (23:25 -0400)
src/support.js

index fb730dca70294d84d2eb39ee75dbb838b5786fda..284465974aa0580eeb221c94738f32061b0f01b4 100644 (file)
@@ -272,7 +272,7 @@ jQuery.support = (function() {
                supports = {
                        doesNotAddBorder: (inner.offsetTop !== 5),
                        doesAddBorderForTableAndCells: (td.offsetTop === 5)
-               }
+               };
 
                inner.style.position = "fixed";
                inner.style.top = "20px";