PS. And I'm loath to turn off the exporting of the namespace because I
have coded a ton of MochiKit related javascript depending on the
exported ns...

On Feb 28, 3:27 pm, "mwaschkowski" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I can't figure out why in Firefox 2.0.0.2, mochikit trunk 1269, and
> prototype 1.5.0, the following works:
>
>         <script type="text/javascript" src="$context/javascript/
> MochiKit.js"></script>
>         <script type="text/javascript" src="$context/javascript/
> prototype.js"></script>
>
> but using the individual scripts:
>
>         <script type="text/javascript" src="$context/javascript/mochikit/
> Base.js"></script>
>         <script type="text/javascript" src="$context/javascript/mochikit/
> DOM.js"></script>
>         <script type="text/javascript" src="$context/javascript/mochikit/
> Logging.js"></script>
>         <script type="text/javascript" src="$context/javascript/mochikit/
> LoggingPane.js"></script>
>         <script type="text/javascript" src="$context/javascript/mochikit/
> Style.js"></script>
>         <script type="text/javascript" src="$context/javascript/mochikit/
> Signal.js"></script>
>         <script type="text/javascript" src="$context/javascript/
> prototype.js"></script>
>
> leads to an "element has no properties" error when the "getStyle:
> function(element, style) {" function is called in prototype.
>
> I need to be able to specify the individual scripts for compatibility
> with other libraries...
>
> Thanks alot!
>
> Mark


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

Reply via email to