We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845f657 commit e4cf491Copy full SHA for e4cf491
tests/unit/textinput/textinput_core.js
@@ -34,7 +34,7 @@
34
ok( test[0].clientHeight > originalHeight, "the height is greater than original with no content" );
35
ok( test[0].clientHeight > 100, "autogrow text area's height is greater any style/padding");
36
start();
37
- }, 400)
+ }, 400);
38
});
39
40
test.val("foo\n\n\n\n\n\n\n\n\n\n\n\n\n\n").trigger("keyup");
0 commit comments