]> source.dussan.org Git - jquery-ui.git/commitdiff
Whitespace.
authorScott González <scott.gonzalez@gmail.com>
Tue, 30 Apr 2013 14:23:29 +0000 (10:23 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 25 Nov 2013 22:29:22 +0000 (17:29 -0500)
(cherry picked from commit 72f82df577c7616c893acf6ad96c673ce20bec12)

tests/unit/autocomplete/autocomplete_core.js

index 7b9deb2ab5bd5c189d6559a464b5802cdfdb5b13..b6dd139e06fae3153124f080e7d61c9bb973e3d7 100644 (file)
@@ -89,7 +89,7 @@ test( "allow form submit on enter when menu is not active", function() {
        test( "down arrow moves focus - contenteditable", function() {
                arrowsMoveFocus( "#autocomplete-contenteditable", false );
        });
-       
+
        test( "up arrow moves cursor - input", function() {
                arrowsNavigateElement( "#autocomplete", true, false );
        });
@@ -144,7 +144,7 @@ test( "allow form submit on enter when menu is not active", function() {
                element.autocomplete( "search" );
                element.simulate( "keydown", { keyCode: ( isKeyUp ? $.ui.keyCode.UP : $.ui.keyCode.DOWN ) } );
        }
-       
+
        function arrowsNavigateElement( id, isKeyUp, shouldMove ) {
                expect( 1 );