On 1/16/07, Thomas Herv� <[EMAIL PROTECTED]> wrote:
mwaschkowski a �crit : > Ya, that works great, problem is gone (so there IS a problem with > Mochikit's $ function clobbering Prototype and impacting > scriptaculous). Or there's a problem with scriptaculous using $ function. It depends of the point of view :). The best way to handle this is to set MochiKit.__export__ to false (unless there's a side effect, but it should do the trick).
Loading MochiKit before anything else works just as well. MochiKit doesn't care if its own exported functions are clobbered; the internals use fully qualified names everywhere. -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
