[html5] r1962 - [e] (0) duh, no do
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 30 02:41:06 PDT 2008
Author: ianh
Date: 2008-07-30 02:41:06 -0700 (Wed, 30 Jul 2008)
New Revision: 1962
Modified:
index
source
Log:
[e] (0) duh, no do
Modified: index
===================================================================
--- index 2008-07-30 09:32:14 UTC (rev 1961)
+++ index 2008-07-30 09:41:06 UTC (rev 1962)
@@ -11421,7 +11421,7 @@
<pre>function (root, enter, exit) {
var node = root;
- start: do while (node) {
+ start: while (node) {
enter(node);
if (node.firstChild) {
node = node.firstChild;
Modified: source
===================================================================
--- source 2008-07-30 09:32:14 UTC (rev 1961)
+++ source 2008-07-30 09:41:06 UTC (rev 1962)
@@ -9322,7 +9322,7 @@
<pre>function (root, enter, exit) {
var node = root;
- start: do while (node) {
+ start: while (node) {
enter(node);
if (node.firstChild) {
node = node.firstChild;
More information about the Commit-Watchers
mailing list