Re: Expanded function syntax

2008-02-01 Thread T. Michael Keesey
On Feb 1, 2008 12:01 PM, Brendan Eich [EMAIL PROTECTED] wrote: On Jan 31, 2008, at 5:13 PM, Mark Filipak wrote: What I have to write now: getFirstChildOfElementWithTagName(Papa, 'baby'); What I'd like to be able to write: getFirstChildOfElement(Papa)withTagName('baby'); If you

Re: Expanded function syntax

2008-02-01 Thread Brendan Eich
On Feb 1, 2008, at 5:28 PM, Mark Filipak wrote: Mr. Eich: Thank you for your suggestion. Unless I've been spending time with Mescalito, to implement getFirstChildOfElement(Papa).withTagName('baby'), since it has no idea which child is targeted, the first function would have to return