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