- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Apr 2010 14:34:36 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js In directory hutz:/tmp/cvs-serv7512/js Modified Files: respec.js Log Message: And another one! Sorry! Index: respec.js =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -r1.114 -r1.115 --- respec.js 16 Apr 2010 14:34:04 -0000 1.114 +++ respec.js 16 Apr 2010 14:34:34 -0000 1.115 @@ -337,7 +337,7 @@ if (!cfg.noIDLSorting) cfg.noIDLSorting = false; if (!cfg.noIDLIn) cfg.noIDLIn = false; if (!cfg.maxTocLevel) cfg.maxTocLevel = 0; - if (!cfg.diffTool) cfg.diffTool = 'http://www3.aptest.com/standards/htmldiff/htmldiff.pl', + if (!cfg.diffTool) cfg.diffTool = 'http://www3.aptest.com/standards/htmldiff/htmldiff.pl'; for (var k in cfg) this[k] = cfg[k]; this.isRecTrack = this.recTrackStatus.indexOf(this.specStatus) >= 0; this.isNoTrack = this.noTrackStatus.indexOf(this.specStatus) >= 0;
Received on Friday, 16 April 2010 14:34:37 UTC