From 72f82df577c7616c893acf6ad96c673ce20bec12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 30 Apr 2013 10:23:29 -0400 Subject: [PATCH] Whitespace. --- tests/unit/autocomplete/autocomplete_core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/autocomplete/autocomplete_core.js b/tests/unit/autocomplete/autocomplete_core.js index 774c84417..df98725ee 100644 --- a/tests/unit/autocomplete/autocomplete_core.js +++ b/tests/unit/autocomplete/autocomplete_core.js @@ -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 ); -- 2.39.5