2009/dap/common configPolicy.js,1.2,1.3

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

Modified Files:
	configPolicy.js 
Log Message:
make it the same laout as config.js

Index: configPolicy.js
===================================================================
RCS file: /sources/public/2009/dap/common/configPolicy.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configPolicy.js	26 Oct 2009 21:08:18 -0000	1.2
+++ configPolicy.js	26 Oct 2009 21:31:26 -0000	1.3
@@ -1,6 +1,5 @@
-// would prefer to put common material into a file and import it, e.g.
-// import commonConfig.js
-// but import is not standard at this time.
+Respecconfig.extraCSS = ["../ReSpec.js/css/respec.css"];
+
 respecConfig.editors = [
     {   name:       "Laura Arribas",
         company:    "Vodafone",
@@ -16,14 +15,8 @@
         companyURL: "http://nokia.com/" },
 ];
 
-// start common
-
-Respecconfig.extraCSS = ["../ReSpec.js/css/respec.css"];
 respecConfig.wg =           "Device APIs and Policy Working Group";
 respecConfig.wgURI =        "http://www.w3.org/2009/dap/";
 respecConfig.wgPublicList = "public-device-apis";
 respecConfig.wgPatentURI = "http://www.w3.org/2004/01/pp-impl/43696/status";
 
-// end common
-
-

Received on Monday, 26 October 2009 21:31:30 UTC