Whitespace.

This commit is contained in:
Max Goodman
2012-09-14 15:58:34 -07:00
parent 2171b300a8
commit fbc8eea552

View File

@@ -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() {