On Apr 27, 5:17 am, Casper Bollen <[email protected]> wrote: > Using FireFox 4.0 and ExtJs 4.0 I receive the following error using > Firebug 1.7.1b1: > > "Mozilla error: invalid scope variables"
We put this message out when we get an entry in the scope chain that is not a "Block" or a "Call" (aka Closure) and the scope object does not support "hasOwnProperty", which means it is not a completely valid JavaScript object. My suggestion is to ignore this message. Firebug can't fix it. jjb -- You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en.
