diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:08:03 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:08:03 -0400 |
commit | 510bb40cab3966dde2ca97f10f82c6a165558d40 (patch) | |
tree | 4a641f7a011ebffe95584c92095a6b2f4c8eb3c3 /tests/unit/position | |
parent | 0080f2d5813747cbbe44021197e352564e02b782 (diff) | |
download | jquery-ui-510bb40cab3966dde2ca97f10f82c6a165558d40.tar.gz jquery-ui-510bb40cab3966dde2ca97f10f82c6a165558d40.zip |
Tests: Fixed trailing commas.
Diffstat (limited to 'tests/unit/position')
-rw-r--r-- | tests/unit/position/position_core.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/position/position_core.js b/tests/unit/position/position_core.js index dbbda8a3b..613fffa02 100644 --- a/tests/unit/position/position_core.js +++ b/tests/unit/position/position_core.js @@ -64,7 +64,6 @@ test( "positions", function() { center: 3, right: 6, top: 0, - center: 3, bottom: 6 }; var start = { left: 4, top: 4 }; @@ -351,7 +350,7 @@ test( "collision: flip, with offset", function() { collisionTest2({ collision: "flip", - at: "left-2 top-3", + at: "left-2 top-3" }, { top: $( window ).height() + 3, left: $( window ).width() + 2 }, "right bottom, negative offset" ); }); |