- From: Ian Hickson <ian@hixie.ch>
- Date: Fri, 3 Dec 2004 17:41:23 +0000 (UTC)
On Mon, 8 Nov 2004, Dethe Elza wrote: > > Sorting isn't much harder, but would be easier if the DOM NodeList were > a proper Javascript array (since arrays already have a sort method). Well, NodeList is immutable, and JS arrays aren't, so it couldn't be an array. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Friday, 3 December 2004 09:41:23 UTC