diff --git a/index.html b/index.html index c8b1d224..eb68b91b 100644 --- a/index.html +++ b/index.html @@ -940,8 +940,11 @@ bill.set({name : "Bill Jones"});
- Collections may also listen for changes to specific attributes in their - models, for example: Documents.bind("change:selected", ...) + Any event that is triggered on a model in a collection will also be + triggered on the collection directly, for convenience. + This allows you to listen for changes to specific attributes in any + model in a collection, for example: + Documents.bind("change:selected", ...)