]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Fixed trailing commas.
authorScott González <scott.gonzalez@gmail.com>
Mon, 25 Jul 2011 15:08:03 +0000 (11:08 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 25 Jul 2011 15:08:03 +0000 (11:08 -0400)
tests/unit/position/position_core.js
tests/unit/slider/slider_options.js

index dbbda8a3b8ae0bbac04223a6670ed3f93c47ac82..613fffa02fbce118c05f0853a42720e9ee082c02 100644 (file)
@@ -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" );
 });
 
index b9a766539717daf1577996f026f1cd434a5274d8..f0abac6656cba4fa373140e65399182dfe22d004 100644 (file)
@@ -96,7 +96,7 @@ test("step", function() {
                min: 0,
                value: 0,
                step: 10,
-               max: 100,
+               max: 100
        });
        equals( el.slider("value"), 0 );
 
@@ -116,7 +116,7 @@ el = $('<div></div>').slider({
                min: 0,
                value: 0,
                step: 20,
-               max: 100,
+               max: 100
        });
        el.slider("value", 0);