aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/support.js2
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";