Sounds like javascript.options.strict is enabled (Mozilla/FireFox)
http://kb.mozillazine.org/Javascript.options.strict

Warnings from strict mode isn't nescesarilly equal to misbehaving
code. The intend of strict mode is to try to find common programming
mistakes, but it will get false positives as well, which is probably
what's going on here. In short - Strict mode is a debugging tool. You
can safely ignore it's warnings.

On 2/14/07, Bob Ippolito <[EMAIL PROTECTED]> wrote:
>
> On 2/13/07, Pearl <[EMAIL PROTECTED]> wrote:
> >
> > In my turbogears application, a host of mochikit warnings appear when
> > I do any action. Why is this coming? How can I avoid this. I am using
> > 1.3.1 version. (Few of the warnings are listed below).
>
> Which browser produces these warnings?
>
> -bob
>
> >
>


-- 
troels

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