Subj : Re: dynamic additions to Function.prototype not reflected when in To : netscape.public.mozilla.jseng From : Martin Honnen Date : Fri Sep 16 2005 07:39 pm Fritz Schneider wrote: > Firefox 1.5b1, try the following mystifying test case in js in an extension: > > Function.prototype.foo = "bar"; > function f(){} > alert(f.foo); > > Gives undefined. Has that ever given a different result for you with script in XUL? -- Martin Honnen http://JavaScript.FAQTs.com/ .