- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 26 Oct 2009 21:08:20 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/common In directory hutz:/tmp/cvs-serv31374 Modified Files: configPolicy.js Log Message: order matters here in contents of the file Index: configPolicy.js =================================================================== RCS file: /sources/public/2009/dap/common/configPolicy.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- configPolicy.js 26 Oct 2009 15:38:33 -0000 1.1 +++ configPolicy.js 26 Oct 2009 21:08:18 -0000 1.2 @@ -1,17 +1,6 @@ -// 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 - // 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.editors = [ { name: "Laura Arribas", company: "Vodafone", @@ -26,3 +15,15 @@ company: "Nokia", 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:08:22 UTC