Andrew Greenstreet

Results 1 issues of Andrew Greenstreet

When using an ES6 class, idAttribute should be returned from a getter, rather than being set in the preinitialize function. ```javascript class Meal extends Backbone.Model( get idAttribute() { return "_id";...

question
documentation