Bob Ippolito wrote:
> On Jun 23, 2006, at 1:15 PM, Bob Ippolito wrote:
> > Try this:
> >
> > <script type="text/javascript">MochiKit = {__export__:false};</script>
>
> Actually while that happens to work, it's not the documented public
> API for doing so.
>
> You should use:
> <script type="text/javascript">MochiKit = {__compat__: true};</script>

Setting __export__ to false works well.

Setting __compat__ to true does not.

If disabling exporting is really the intended function of __compat__,
then the code in MochiKit.Base._exportSymbols doesn't seem right to me.

Besides the lines above I am just loading MochiKit/Base.js directly.
Maybe that is a problem?

Thanks,
Chris


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

Reply via email to