From 48fb093e397da58426a44ea94f2c9d7ed6c8c53c Mon Sep 17 00:00:00 2001 From: Joe Hitchens Date: Fri, 11 Nov 2011 11:10:15 -0800 Subject: [PATCH] protodiv demo --- public/schools.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/schools.html b/public/schools.html index a62f083..2507aeb 100644 --- a/public/schools.html +++ b/public/schools.html @@ -6,7 +6,7 @@ - + @@ -31,7 +31,7 @@
-

__name__

+

__name__

@@ -45,11 +45,10 @@ var schools = [ { name: "Berkeley", - ref: "http://www.berkeley.edu/" courses: [ { id: "4e6d1e9b42bbef522c000a8f", name: "History 12: Introduction to the Middle East" }, { id: "4e8aa3f62e4b97e67b001f47", name: "ANTH160AC/ISF 160: The Forms of Folklorek" } - } + ] } ] ProtoDiv.replicate("schoolproto", schools); -- 2.25.1