Hi there,

Those are all good additions imo.

On 2/7/07, Chris Nokleberg <[EMAIL PROTECTED]> wrote:
> // reverse of itemgetter (perhaps there is a better name)
> getteritem: function (obj) {
>     return function (arg) {
>         return obj[arg];
>     }
> }

Maybe "propertygetter"? When I started using MochiKit I was actually
often confused if itemgetter did this or what it really does.

Arnar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to