- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 10:23:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18417
Modified Files:
dfn.js
Log Message:
update
Index: dfn.js
===================================================================
RCS file: /sources/public/html5/spec-author-view/dfn.js,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- dfn.js 8 May 2011 01:14:56 -0000 1.23
+++ dfn.js 8 May 2011 10:23:01 -0000 1.24
@@ -69,8 +69,6 @@
if (ns === null) {
p = event.target.parentNode;
while (p) {
- console.dir(p);
-
p = p.nextSibling;
if (p && p.nodeName === "DD") {
break;
Received on Sunday, 8 May 2011 10:23:04 UTC