semicolon for jshint happiness

This commit is contained in:
timmywil 2011-09-19 23:25:02 -04:00
parent 0ced30e319
commit f8b79e38c4

View File

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