diff --git a/index.html b/index.html index 0f708bf4..9e7c6aed 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ margin: 40px 0 50px 260px; } img#logo { - width: 451px; + width: 451px; height: 80px; } div.run { @@ -215,7 +215,7 @@ border: 0; } img#logo { - width: auto; + width: auto; height: auto; } div.container { @@ -1364,10 +1364,12 @@ var Library = Backbone.Collection.extend({

constructor / initializenew Collection([models], [options])
- When creating a Collection, you may choose to pass in the initial array of models. - The collection's comparator function - may be included as an option. If you define an initialize function, it will be - invoked when the collection is created. + When creating a Collection, you may choose to pass in the initial array + of models. The collection's comparator + function may be included as an option. Passing false as the + comparator option will prevent sorting. If you define an + initialize function, it will be invoked when the collection is + created.