On Thu, Sep 1, 2011 at 11:38 AM, Rick Waldron <[email protected]>wrote:

> Just want to clarify that neither jQuery nor its selector engine Sizzle
> have any occurrences of function arity checking via the function length
> property. Both codebases have occurrences of arguments.length checking


FTR this kind of arity checking is pretty common in the node.js world:
https://github.com/kriszyp/promised-io/blob/master/promise.js#L619
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to