Hey there! Andrew Dupont a écrit : >> delete result[index]._counted; >> >> That does remove the custom property, I believe. > > I'd tried this originally, but IE doesn't let you delete expando > properties you've set on DOM nodes. Just another example of how the > DOM is attached to the JScript engine with duct tape.
Woah! Fortunately it lets us delete properties on JS objects, otherwise Hash#remove wouldn't work... -- Christophe Porteneuve aka TDD [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
