From 6fd32ea7b73d4bd179dc2ada84ef494c3652e677 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Fri, 16 Nov 2012 12:14:49 -0500 Subject: [PATCH] Fixes #1825 -- document that multiple adds of the same model is a no-op. --- index.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 4072c0b9..0d105cab 100644 --- a/index.html +++ b/index.html @@ -1558,6 +1558,11 @@ ships.add([ ]); +

+ Note that adding the same model (a model with the same id) to + a collection more than once
is a no-op. +

+

removecollection.remove(models, [options])
@@ -3213,18 +3218,18 @@ var model = localBackbone.Model.extend(...); Battlefield Play4Free - +

Syllabus

Syllabus - is the new live blogging platform used by - The Verge + is the new live blogging platform used by + The Verge and other Vox Media sites. - Syllabus uses Backbone on both ends: an editorial dashboard and the live blog - page itself. In the back, Backbone is used to provide a - single-page experience for uploading, writing, editing and publishing content. - On the live blog, Backbone manages fetching a JSON API feed, and updating + Syllabus uses Backbone on both ends: an editorial dashboard and the live blog + page itself. In the back, Backbone is used to provide a + single-page experience for uploading, writing, editing and publishing content. + On the live blog, Backbone manages fetching a JSON API feed, and updating the infinite-scrolling river of updates with new and revised content.