It's probably a bug (or some unforseen circumstance) in the javascript
where the call is made.

This error is raised when you call a method from an object and the
object is undefined:

function getObjectPanel(someObject)
{
  return someObject.getPanel();
}

getObjectPanel(); //no parameter --> Cannot call method 'getPanel' of
undefined


On 11 feb, 12:34, sfrench <[email protected]> wrote:
> I get this error message in Chrome when viewing javascript picture
> galleries on the BBC News site:
>
> Cannot call method 'getPanel' of undefined
>
> What is this error?

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

Reply via email to