From 3144542bf68ee52bf02983c6e32b54b60295db7f Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Thu, 14 Oct 2010 18:25:57 -0400 Subject: [PATCH] Adding initial demo of collections, models, and multiple views all bound to change events on the model. --- demos/documents.html | 350 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 350 insertions(+) create mode 100644 demos/documents.html diff --git a/demos/documents.html b/demos/documents.html new file mode 100644 index 00000000..b8e47cee --- /dev/null +++ b/demos/documents.html @@ -0,0 +1,350 @@ + + + + + + Backbone.js Demo + + + + +
+
+ + + + + + + + + + + \ No newline at end of file