mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
Quick patch to solve Model.url issue. Should update to backbone 1.1.0 instead.
This commit is contained in:
parent
7a4e05f04a
commit
98903869c3
@ -259,7 +259,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// A list of options to be attached directly to the model, if provided.
|
// A list of options to be attached directly to the model, if provided.
|
||||||
var modelOptions = ['url', 'urlRoot', 'collection'];
|
var modelOptions = ['urlRoot', 'collection'];
|
||||||
|
|
||||||
// Attach all inheritable methods to the Model prototype.
|
// Attach all inheritable methods to the Model prototype.
|
||||||
_.extend(Model.prototype, Events, {
|
_.extend(Model.prototype, Events, {
|
||||||
|
Loading…
Reference in New Issue
Block a user