missing semi

This commit is contained in:
John Bender 2011-10-11 11:37:37 -07:00
parent 845f657ddf
commit e4cf491c2c

View file

@ -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");