2009/dap/common config.js,1.6,1.7

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

Modified Files:
	config.js 
Log Message:
make it possible to override editors in specs while still using common config; add PendingOp to Device API

Index: config.js
===================================================================
RCS file: /sources/public/2009/dap/common/config.js,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- config.js	24 Nov 2009 12:28:56 -0000	1.6
+++ config.js	2 Dec 2009 13:31:23 -0000	1.7
@@ -1,6 +1,6 @@
 
 respecConfig.extraCSS = ["../ReSpec.js/css/respec.css"];
-respecConfig.editors = [
+if (!respecConfig.editors) respecConfig.editors = [
     {   name:       "Robin Berjon",
         url:        "http://berjon.com/",
         company:    "Vodafone",

Received on Wednesday, 2 December 2009 13:31:26 UTC