2009/dap/common config.js,1.3,1.4

Update of /sources/public/2009/dap/common
In directory hutz:/tmp/cvs-serv32498

Modified Files:
	config.js 
Log Message:
Removed bug introduced in editors array.

Noted that if this script includes errors, the entire domain of specifications do not render correctly (as this is referenced by all specs). Perhaps we should distribute this JS amongst specs in the future localising any future JS errors to individual specs...or I could learn how to write JS correctly :-)

Index: config.js
===================================================================
RCS file: /sources/public/2009/dap/common/config.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config.js	22 Oct 2009 10:42:41 -0000	1.3
+++ config.js	23 Oct 2009 11:02:36 -0000	1.4
@@ -25,7 +25,7 @@
         companyURL: "http://www.orange-ftgroup.com/" },
     {   name:       "Dzung Tran",
         company:    "Intel",
-        companyURL: "http://intel.com/" },
+        companyURL: "http://intel.com/" }
 ];
 respecConfig.wg =           "Device APIs and Policy Working Group";
 respecConfig.wgURI =        "http://www.w3.org/2009/dap/";

Received on Friday, 23 October 2009 11:02:42 UTC