On 6/21/06, Topher Cyll <[EMAIL PROTECTED]> wrote: > > I can confirm this problem. Using the latest SVN checkout (on June > 20th), attempting to call Highlight produces the following error (via > Firebug): > > this.__init__ is not a function MochiKit.js (line 5265) > > This is with the packed code. Is this enough info to reproduce the bug > with? > > Topher >
A possibility: In some cases, you'll get this error if you call the function instead of instantiating the object. Go like this: new MochiKit.Visual.Highlight(elem); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---