Skip to content

Commit 90a620c

Browse files
author
Gabriel Schulhof
committed
Textinput: Remove trailing comma from autogrow
Fixes jquery-archivegh-7171
1 parent bd705eb commit 90a620c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/autogrow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ define( [
3232
"keyup": "_timeout",
3333
"change": "_timeout",
3434
"input": "_timeout",
35-
"paste": "_timeout",
35+
"paste": "_timeout"
3636
});
3737

3838
// Attach to the various you-have-become-visible notifications that the

0 commit comments

Comments
 (0)