Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Textinput: Remove trailing comma from autogrow
Fixes gh-7171
  • Loading branch information
Gabriel Schulhof committed Feb 27, 2014
1 parent bd705eb commit 90a620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/forms/autogrow.js
Expand Up @@ -32,7 +32,7 @@ define( [
"keyup": "_timeout",
"change": "_timeout",
"input": "_timeout",
"paste": "_timeout",
"paste": "_timeout"
});

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

0 comments on commit 90a620c

Please sign in to comment.