Function.prototype.foo = "bar";
function f(){}
alert(f.foo);
Gives undefined. Verified on a clean install. Bug, right? I think this one:
Has that ever given a different result for you with script in XUL?
--
Martin Honnen
http://JavaScript.FAQTs.com/