From 201373a128df04009e0bd828447323cdcd778b4e Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Thu, 24 May 2012 15:04:44 -0400 Subject: [PATCH] Documentation for #1342. --- index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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.