On Sat, Apr 7, 2012 at 17:28, Rick Waldron <[email protected]> wrote: > As in, its [[Class]] is "Array" and Array.isArray( nodes ) would evaluate to > true?
No, it means that Object.getPrototypeOf(NodeList.prototype) === Array.prototype. Fortunately all the Array.prototype methods are generic so it all just works. -- erik _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

