]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Fix style issues with missing or multiple line breaks
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 24 Jan 2015 16:10:20 +0000 (17:10 +0100)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Sat, 24 Jan 2015 16:10:20 +0000 (17:10 +0100)
As pointed out by jscs, after a esformatter run. The latter doesn't
address these, so fixing them manually.

21 files changed:
tests/unit/autocomplete/autocomplete_core.js
tests/unit/button/button_core.js
tests/unit/button/button_methods.js
tests/unit/datepicker/datepicker_options.js
tests/unit/datepicker/datepicker_test_helpers.js
tests/unit/dialog/dialog_events.js
tests/unit/droppable/droppable_events.js
tests/unit/droppable/droppable_test_helpers.js
tests/unit/menu/menu_events.js
tests/unit/resizable/resizable_options.js
tests/unit/resizable/resizable_test_helpers.js
tests/unit/selectable/selectable_core.js
tests/unit/selectable/selectable_options.js
tests/unit/selectmenu/selectmenu_core.js
tests/unit/selectmenu/selectmenu_options.js
tests/unit/sortable/sortable_events.js
tests/unit/sortable/sortable_test_helpers.js
tests/unit/spinner/spinner_test_helpers.js
tests/unit/tabs/tabs_options.js
tests/unit/tabs/tabs_test_helpers.js
tests/unit/testsuite.js

index 1208d89f18e252ede0433d63908085453aa6941e..669cefb8623b0c4a5470b8e608e26efe5d664279 100644 (file)
@@ -216,8 +216,6 @@ asyncTest( "ESCAPE in multiline autocomplete", function() {
        }, 50 );
 });
 
-
-
 asyncTest( "handle race condition", function() {
        expect( 3 );
        var count = 0,
index f647cdc26b1ed2653d77cb8bfff601ec13d940c2..340f2540203e2c126f5e0758aecd1aef6c1e8ac6 100644 (file)
@@ -2,7 +2,6 @@
  * button_core.js
  */
 
-
 (function($) {
 
 module("button: core");
index 1c781c87e227a374d7c86963580e7c2ea5a18855..d4d92cead0999147138c94c1bb54288c352fe101 100644 (file)
@@ -3,7 +3,6 @@
  */
 (function($) {
 
-
 module("button: methods");
 
 test("destroy", function() {
index 11b010717f71ab33432c6ee15156916f991f7b40..08c31f5ad4a9c14a0d874cd1d6eb5e2a11d4b1ad 100644 (file)
@@ -767,7 +767,6 @@ var beforeShowThis = null,
        beforeShowDayThis = null,
        beforeShowDayOK = true;
 
-
 function beforeAll(input, inst) {
        beforeShowThis = this;
        beforeShowInput = input;
index 34b41bbc6a5c1df4c7f60796da8bc28214f9b7b3..82610393bec13fb475d8c1108f5c01c6b2283fe2 100644 (file)
@@ -24,4 +24,4 @@ TestHelpers.datepicker = {
        },
        onFocus: TestHelpers.onFocus,
        PROP_NAME: "datepicker"
-};
\ No newline at end of file
+};
index 2af9990a898328752aa0f706aaadde3491944093..49b93bdd17caea8eb63115646f37e6e9d938b9b6 100644 (file)
@@ -39,7 +39,6 @@ test("open", function() {
        element.remove();
 });
 
-
 test( "focus", function() {
        expect( 5 );
        var element, other;
index 4b8fe5acd2cd1dc3d0621500f26e0100ddd2f08f..0e1424245be35ffb5efc076f092ce82ef01d6aad 100644 (file)
@@ -35,8 +35,6 @@ test( "droppable destruction/recreation on drop event", function() {
        ok( !droppable2.hasClass( "active" ), "subsequent droppable no longer active" );
 });
 
-
-
 // todo: comment the following in when ready to actually test
 /*
 test("activate", function() {
index ffd37452999d839c46bb9854e98427c782dbd850..ce972be634680eb0a61fe769601bd39c0488c755 100644 (file)
@@ -7,4 +7,4 @@ TestHelpers.droppable = {
                // todo: actually implement this
                ok(true, "missing test - untested code is broken code");
        }
-};
\ No newline at end of file
+};
index 8156abbcd7f736a4dc487f9964152c10932e6762..b1ade3b85b85733c95e020b610eb73b2cd604013 100644 (file)
@@ -169,7 +169,6 @@ asyncTest( "handle submenu auto collapse: mouseleave", function() {
        setTimeout( menumouseleave1, 350 );
 });
 
-
 asyncTest( "handle keyboard navigation on menu without scroll and without submenus", function() {
        expect( 12 );
        var element = $( "#menu1" ).menu({
index c46801bc54d1c6f812f23afa66f8d4c4364ca7a7..f038ef0fa5601446dd3858320778fa7045906476 100644 (file)
@@ -24,7 +24,6 @@ test( "alsoResize", function() {
        equal( other.width(), 130, "alsoResize width" );
 });
 
-
 test("aspectRatio: 'preserve' (e)", function() {
        expect(4);
 
index 7ab5aa1a545ab2902e6fd85a9bea0e2b3d5e395a..cc0ef48ec3c46c278540fa346e3a90ee2e81ff74 100644 (file)
@@ -8,4 +8,4 @@ TestHelpers.resizable = {
                        dy: dy
                });
        }
-};
\ No newline at end of file
+};
index 9953b6c074661a597eb29ce352d75c84cfbb7839..c3ace5370042c4df50fad67ba72d504be93bcf67 100644 (file)
@@ -1,3 +1,3 @@
 /*
  * selectable_core.js
- */
\ No newline at end of file
+ */
index 973247f5695b0b338e22550184308b3eb3d0dc2d..292c0cf960b9f441a30c586ddb78fc7ff5ba3d65 100644 (file)
@@ -51,7 +51,6 @@ test("filter", function() {
                sel = $("*", el),
                selected = function() { actual += 1; };
 
-
        el = $("#selectable1").selectable({ filter: ".special", selected: selected });
        el.simulate( "drag", {
                dx: 1000,
index 3b5472996eae9306e5566d57594dea1f2617b97b..0a24318615fee6a82f285c5b0b34d18956397290 100644 (file)
@@ -52,7 +52,6 @@ asyncTest( "accessibility", function() {
        });
 });
 
-
 test( "_renderButtonItem()", function() {
        expect( 2 );
 
index ce66e822b17f1552389753a4713f46e6e6edfabe..954d572b54628853b1f3e5fa3094a35be8683de5 100644 (file)
@@ -67,7 +67,6 @@ test( "appendTo: ui-front", function() {
                $( "#selectmenu-wrap2" )[ 0 ], "empty jQuery object, inside .ui-front" );
 });
 
-
 test( "CSS styles", function() {
        expect( 2 );
 
@@ -85,7 +84,6 @@ test( "CSS styles", function() {
                "menu styles dropdown" );
 });
 
-
 test( "width", function() {
        expect( 5 );
 
index 1bf72cc6a8ca65e972622a59e0cbad12a34e4390..46e86c9060e679b2eeee40b0c220a58dd0c2cc04 100644 (file)
@@ -26,8 +26,6 @@ test("start", function() {
        // todo: see if these events should actually have sane values in them
        ok("position" in hash, "UI hash includes: position");
        ok("offset" in hash, "UI hash includes: offset");
-
-
 });
 
 test("sort", function() {
index 12e4829ea2c053ebc89ef1c310f4735b188098f9..3cda43b8f5e124d14dee2d8b114f12d00f116d64 100644 (file)
@@ -6,4 +6,4 @@ TestHelpers.sortable = {
                });
                equal( $( handle ).parent().children().index( handle ), index, msg );
        }
-};
\ No newline at end of file
+};
index 2021e8f7ae9406cf8d824e0101f7b24554c2f1d8..9b11cf6325f16ba2ae8ad8d7df5b3a1bf6f45bd6 100644 (file)
@@ -5,4 +5,3 @@ TestHelpers.spinner = {
                        .simulate( "keyup", { keyCode: keyCode, shiftKey: shift || false } );
        }
 };
-
index a9632481e8f258ab11c629e0009fc4da8b6e5cf8..7f5352bac56bb3d4b88807454f8c5fd970ee9f64 100644 (file)
@@ -362,5 +362,4 @@ asyncTest( "hide and show - animation", function() {
        element.tabs( "option", "active", 1 );
 });
 
-
 }( jQuery ) );
index 0c9309186150fc607e51e909e8eb847d8387a32e..1be90f8fe970fad5d671a6ac2082ae2ed411672c 100644 (file)
@@ -64,4 +64,3 @@ TestHelpers.tabs = {
                deepEqual( actual, expected );
        }
 };
-
index 186864114d42061ea0ff87a6b3bd1ad486466c4c..00ff9867755df2339fb8436d880b00bc9e212322 100644 (file)
@@ -27,7 +27,6 @@ QUnit.reset = function() {
        reset.apply( this, arguments );
 };
 
-
 QUnit.config.requireExpects = true;
 
 /*