Quick patch to solve Model.url issue. Should update to backbone 1.1.0 instead.

pull/4/head
Taloth Saldono 10 years ago
parent 7a4e05f04a
commit 98903869c3

@ -259,7 +259,7 @@
};
// 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.
_.extend(Model.prototype, Events, {

Loading…
Cancel
Save