From e4cf491c2ca4ab11b7c0f75725bbbc6787cfb443 Mon Sep 17 00:00:00 2001 From: John Bender Date: Tue, 11 Oct 2011 11:37:37 -0700 Subject: [PATCH] missing semi --- tests/unit/textinput/textinput_core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/textinput/textinput_core.js b/tests/unit/textinput/textinput_core.js index ffc292b1..106e3975 100644 --- a/tests/unit/textinput/textinput_core.js +++ b/tests/unit/textinput/textinput_core.js @@ -34,7 +34,7 @@ ok( test[0].clientHeight > originalHeight, "the height is greater than original with no content" ); ok( test[0].clientHeight > 100, "autogrow text area's height is greater any style/padding"); start(); - }, 400) + }, 400); }); test.val("foo\n\n\n\n\n\n\n\n\n\n\n\n\n\n").trigger("keyup");