- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 16:01:33 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js In directory hutz:/tmp/cvs-serv29668 Modified Files: respec.js Log Message: fix comment in code Index: respec.js =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v retrieving revision 1.155 retrieving revision 1.156 diff -u -d -r1.155 -r1.156 --- respec.js 14 Jul 2011 15:56:41 -0000 1.155 +++ respec.js 14 Jul 2011 16:01:31 -0000 1.156 @@ -1362,9 +1362,8 @@ // at same time generate summary section contents if section // is provided in source, using links if possible // - // probably not the most efficient here but only used rarely, only - // for best practices documents that request it by putting - // practiceNum in config + // probably not the most efficient here but only used for best + // practices document for (var i = 0; i < spans.length; i++) { var span = spans[i]; var label = span.innerHTML;
Received on Thursday, 14 July 2011 16:01:34 UTC