mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 14:58:27 -05:00
Whitespace.
This commit is contained in:
@@ -211,7 +211,6 @@ r.ui.RegisterForm = function() {
|
||||
this.$user = this.$el.find('[name="user"]')
|
||||
this.$user.on('keyup', $.proxy(this, 'usernameChanged'))
|
||||
this.$submit = this.$el.find('.submit button')
|
||||
|
||||
}
|
||||
r.ui.RegisterForm.prototype = $.extend(new r.ui.Form(), {
|
||||
usernameChanged: function() {
|
||||
|
||||
Reference in New Issue
Block a user