Discussion:
Additional information for a bug
Saikat Chakrabarti
2010-04-27 02:46:43 UTC
Permalink
I couldn't find a way to comment on a bug I just filed (https://
trac.mochikit.com/ticket/365) but here is a sample implementation that
would do the correct thing: http://gist.github.com/380263 (from
http://ejohn.org/blog/ecmascript-5-objects-and-properties/).
--
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to mochikit+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en.
Bob Ippolito
2010-04-27 15:32:32 UTC
Permalink
Well, the implementation of MochiKit's keys function was written years
before any of the browsers implemented an Object.keys function. It's
unfortunate that they don't do exactly the same thing, but changing
the implementation of MochiKit's keys would break existing code.
I couldn't find a way to comment on a bug  I just filed (https://
trac.mochikit.com/ticket/365) but here is a sample implementation that
would do the correct thing: http://gist.github.com/380263 (from
http://ejohn.org/blog/ecmascript-5-objects-and-properties/).
--
You received this message because you are subscribed to the Google Groups "MochiKit" group.
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en.
--
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to mochikit+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en.
Loading...