html5/spec-author-view toc.js,1.4,1.5

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv21087

Modified Files:
	toc.js 
Log Message:
updated

Index: toc.js
===================================================================
RCS file: /sources/public/html5/spec-author-view/toc.js,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- toc.js	21 Apr 2011 04:34:46 -0000	1.4
+++ toc.js	5 Jul 2011 16:31:39 -0000	1.5
@@ -38,7 +38,8 @@
     }
   }
   if (!toc)
-    throw "Failed to find TOC";
+    // throw "Failed to find TOC";
+    return;
 
   // filter 'impl' bits
   filterToc(toc);

Received on Tuesday, 5 July 2011 16:31:42 UTC