- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Wed, 2 Apr 2008 17:02:04 +0300
- To: "Web APIs WG (public)" <public-webapi@w3.org>
- Cc: Jonas Sicking <jonas@sicking.cc>, Boris Zbarsky <bzbarsky@mit.edu>
On Apr 2, 2008, at 16:50, Henri Sivonen wrote: > if (next = current.firstChild) { > current = next; > continue; > } > break; Please disregard that break;. (Left-over from a switch that was obscuring the main point of the algorithm.) -- Henri Sivonen hsivonen@iki.fi http://hsivonen.iki.fi/
Received on Wednesday, 2 April 2008 14:03:01 UTC