On 3/28/07, Eric Harrison <[EMAIL PROTECTED]> wrote: > > Unfortunately, the problem here > is that Prototype.js gets all of its power and smallish size by using > it's own functions extensively throughout the code.
Eric gave a very good answer. Modules in Prototype framework can hardly be decoupled since they heavily depend on each other. BUT, I've been researching how to automate slimmed-down builds of Prototype, too - not for real world usage, but as a proof-of-concept. In real world you could take out a part of Prototype you don't use, but would want to put it back sooner or later. There is no part of Prototype that isn't useful for every-day usage. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
