- From: Domenic Denicola <domenic@domenicdenicola.com>
- Date: Fri, 15 Nov 2013 17:33:49 +0000
- To: Allen Wirfs-Brock <allen@wirfs-brock.com>, Jason Orendorff <jason.orendorff@gmail.com>, Boris Zbarsky <bzbarsky@mit.edu>
- CC: "public-script-coord@w3.org" <public-script-coord@w3.org>
From: Allen Wirfs-Brock <allen@wirfs-brock.com> > If iteratorGetter is undefined or null then let usingIterator be false; otherwise let usingIterator be true. Why "or null"? I would expect one of these two alternatives: 1. undefined => usingIterator = false; otherwise, true 2. callable => usingIterator = true; otherwise, false
Received on Friday, 15 November 2013 17:34:18 UTC