On 9/22/07, Les Szklanny <[EMAIL PROTECTED]> wrote:
>
> Ok, so there's a single supercalss.  Do we support multiple mixins as
> in Dojo?  How do I invoke constructors of these mixins?


Mixins shouldn't have constructors because they're, well, mixins. You have
to think outside the scope of Dojo here.

And if you really want to do such a thing, just call "Mixin.foo.call(this,
blah)". Yeah, if you're doing unconventional stuff then you'll just have to
do it manually.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to