diff options
author | timmywil <timmywillisn@gmail.com> | 2011-09-19 23:25:02 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-09-19 23:25:02 -0400 |
commit | f8b79e38c473291f4d30d2674fd08004876095db (patch) | |
tree | 1d2e46fa7b2ab41fcc8de448a66383c9f077dbab /src/support.js | |
parent | 0ced30e3190b6fe2714d8f01ebf92d7eb48d424b (diff) | |
download | jquery-f8b79e38c473291f4d30d2674fd08004876095db.tar.gz jquery-f8b79e38c473291f4d30d2674fd08004876095db.zip |
semicolon for jshint happiness
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |