mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix JS code style
This commit is contained in:
@@ -55,7 +55,7 @@ define([
|
||||
return this;
|
||||
},
|
||||
reset: function() {
|
||||
this.$el.empty();
|
||||
this.$el.empty();
|
||||
}
|
||||
});
|
||||
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user