- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 26 Feb 2010 02:07:43 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv20061
Modified Files:
respec.js
Log Message:
Fixed a couple more IE portability issues.
Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- respec.js 26 Feb 2010 02:06:29 -0000 1.95
+++ respec.js 26 Feb 2010 02:07:41 -0000 1.96
@@ -1058,7 +1058,7 @@
s = s.replace(/"/g,'"');
s = s.replace(/</g,'<');
return s;
- },
+ }
};
berjon.WebIDLProcessor = function (cfg) {
@@ -1804,7 +1804,7 @@
_id: function (id) {
return id.replace(/[^a-zA-Z_-]/g, "");
- },
+ }
};
// hackish, but who cares?
Received on Friday, 26 February 2010 02:07:46 UTC