From: timmywil Date: Tue, 20 Sep 2011 03:25:02 +0000 (-0400) Subject: semicolon for jshint happiness X-Git-Tag: 1.7b1~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f8b79e38c473291f4d30d2674fd08004876095db;p=jquery.git semicolon for jshint happiness --- diff --git a/src/support.js b/src/support.js index fb730dca7..284465974 100644 --- a/src/support.js +++ b/src/support.js @@ -272,7 +272,7 @@ jQuery.support = (function() { supports = { doesNotAddBorder: (inner.offsetTop !== 5), doesAddBorderForTableAndCells: (td.offsetTop === 5) - } + }; inner.style.position = "fixed"; inner.style.top = "20px";