Fix JS code style

This commit is contained in:
Romain Neutron
2013-11-11 11:25:52 +01:00
parent ea6b93b88a
commit dc5c12a592
52 changed files with 11500 additions and 11500 deletions

View File

@@ -55,7 +55,7 @@ define([
return this;
},
reset: function() {
this.$el.empty();
this.$el.empty();
}
});

View File

@@ -17,9 +17,9 @@ define([
], function($, _, i18n, Backbone, bootstrap, FormView) {
var PasswordSetterForm = FormView.extend({
events: function(){
return _.extend({},FormView.prototype.events,{
'keyup input[type=password]' : 'onPasswordKeyup'
});
return _.extend({},FormView.prototype.events,{
'keyup input[type=password]' : 'onPasswordKeyup'
});
},
onPasswordKeyup : function(event) {
var input = $(event.target);