Skip to content

Commit e4cf491

Browse files
committed
missing semi
1 parent 845f657 commit e4cf491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/textinput/textinput_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ok( test[0].clientHeight > originalHeight, "the height is greater than original with no content" );
3535
ok( test[0].clientHeight > 100, "autogrow text area's height is greater any style/padding");
3636
start();
37-
}, 400)
37+
}, 400);
3838
});
3939

4040
test.val("foo\n\n\n\n\n\n\n\n\n\n\n\n\n\n").trigger("keyup");

0 commit comments

Comments
 (0)