diff --git a/index.html b/index.html index 58db3332..2d8e032e 100644 --- a/index.html +++ b/index.html @@ -1604,7 +1604,7 @@ var Library = Backbone.Collection.extend({
- constructor / initializenew Collection([models], [options])
+ constructor / initializenew Backbone.Collection([models], [options])
When creating a Collection, you may choose to pass in the initial array
of models. The collection's comparator
@@ -1798,7 +1798,7 @@ ships.add([
-var vanHalen = new Collection([eddie, alex, stone, roth]); +var vanHalen = new Backbone.Collection([eddie, alex, stone, roth]); vanHalen.set([eddie, alex, stone, hagar]);