Re: window of document method?

Nickolay Ponomarev <[email protected]> Mon, 25 Oct 2010 16:12:32 +0400
Newsgroups gmane.comp.mozilla.devel.dom
Message-ID <[email protected]>
On Mon, Oct 25, 2010 at 4:02 PM, rvj <[email protected]> wrote:

> is there anything thing like document.window() to return the window object

https://developer.mozilla.org/en/DOM/document.defaultView

Nickolay