Sorry, I was having problems posting on the website.

Hi. Not sure if this is a firefbug issue or a firefox one but I thought I'd
post this anyway. Or maybe it's MooTools thing? Anyway...

I needed to target Gecko browser with some mootools.

So I did this:
    if (Browser.Engine.gecko){
whatever
};

nothing happened. I looked in Firebug and Dom and it has this info
http://img130.imageshack.us/img130/8316/browserengine.gif

(hope that loads)

if it doesn't load, it says:
Browser
   Engine - Object {name="unknown"}


If I do
console.log(Browser.Engine.gecko);

It comes back with 'unknown'.

So sorry for the ramble, but just wondering what's going on?
Firebug version 1.5.4
MooTools 1.2.4
Firefox 3.6.6

Thanks
Tom


-- 
Tom Leadbetter

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