On Nov 12, 2007 6:36 PM, KKK <[EMAIL PROTECTED]> wrote: > > Thank you. I saw the thread. I asked a same question. > > I want to add a function:hashCode to all Javascript Object.if > prototype can't fix the question ,i had modify the prototype.js by > myself.
Prototype doesn't support it, so you'll have to modify your own build. You must replace every occurrence of a for..in loop with your own solution or use Hash for iteration. See "Object.prototype vaccine" http://dev.rubyonrails.org/ticket/7475 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
