mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
semicolon for jshint happiness
This commit is contained in:
parent
0ced30e319
commit
f8b79e38c4
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user