Re: [jQuery] window.undefined = undefinedundefined?

2007-03-15 Thread Michael Geary
I was poking around the DOM looking for incorrectly scoped variables and I found the following node: window.undefined = undefinedundefined What is this for? The window object has a property named undefined whose value is the undefined value. IOW, when you run code like this: if( foo

Re: [jQuery] window.undefined = undefinedundefined?

2007-03-15 Thread Daemach
Thanks - that makes sense. I was viewing it in firebug. It actually did say just undefined until I clicked on the value and it opened to an editable string that said undefinedundefined. Might be a firebug...bug. Michael Geary wrote: I was poking around the DOM looking for incorrectly

[jQuery] window.undefined = undefinedundefined?

2007-03-14 Thread Daemach
I was poking around the DOM looking for incorrectly scoped variables and I found the following node: window.undefined = undefinedundefined What is this for? -- View this message in context: http://www.nabble.com/window.undefined-%3D-%22undefinedundefined%22--tf3405952.html#a9487226 Sent from