I love this library! (Not going to jump on Oprah's couch about it
though...) I'm going through the file line-by-line while reading the
api docs and noticed the following lines:
if (!Object.keys({ toString: true }).length)
properties.push("toString", "valueOf");
Am I correct in thinking that this is a no-op? Seems to me that
Object.keys({ toString: true}) will always return [ toString].
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---