Skip to content

Commit 6ba5a84

Browse files
committed
Nested attribute docs
1 parent 5319458 commit 6ba5a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ However, due to Backbone's lack of support for nested model attributes, getting
429429
}
430430
});
431431

432-
var form = new Form({
432+
var form = new Backbone.Form({
433433
model: new Model,
434434
fields: ['title', 'author.id', 'author.name.last']
435435
}).render();

0 commit comments

Comments
 (0)