mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
minor js library updates
This commit is contained in:
parent
dca32e9e0f
commit
c34ae218e8
3 changed files with 53 additions and 23 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
Backbone.ModelBinder = function(){
|
||||
_.bindAll(this);
|
||||
_.bindAll.apply(_, [this].concat(_.functions(this)));
|
||||
};
|
||||
|
||||
// Static setter for class level options
|
||||
|
@ -85,7 +85,7 @@
|
|||
this._options['modelSetOptions'].changeSource = 'ModelBinder';
|
||||
|
||||
if(!this._options['changeTriggers']){
|
||||
this._options['changeTriggers'] = {'*': 'change', '[contenteditable]': 'blur'};
|
||||
this._options['changeTriggers'] = {'': 'change', '[contenteditable]': 'blur'};
|
||||
}
|
||||
|
||||
if(!this._options['initialCopyDirection']){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue