mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 17:01:05 +00:00
missing semi
This commit is contained in:
parent
845f657ddf
commit
e4cf491c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue