Skip to content

Commit

Permalink
Nested attribute docs
Browse files Browse the repository at this point in the history
  • Loading branch information
powmedia committed Nov 8, 2011
1 parent 5319458 commit 6ba5a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -429,7 +429,7 @@ However, due to Backbone's lack of support for nested model attributes, getting
}
});

var form = new Form({
var form = new Backbone.Form({
model: new Model,
fields: ['title', 'author.id', 'author.name.last']
}).render();
Expand Down

0 comments on commit 6ba5a84

Please sign in to comment.