Updated test, not referencing Model anymore

This commit is contained in:
Eirik Hoem
2013-05-23 13:34:57 +02:00
parent aa7188013a
commit b64194b52f
@@ -11,7 +11,7 @@ class House extends Backbone.RelationalModel {
type: Backbone.HasMany, // Use the type, or the string 'HasOne' or 'HasMany'.
key: 'occupants',
relatedModel: 'Person',
includeInJSON: Backbone.Model.prototype.idAttribute,
includeInJSON: true,
collectionType: 'PersonCollection',
reverseRelation: {
key: 'livesIn'