On Wed, Feb 29, 2012 at 12:18 PM, C Anthony Risinger <[email protected]> wrote:
> On Wed, Feb 29, 2012 at 4:24 AM, lkcl luke <[email protected]> wrote:
>> On Wed, Feb 29, 2012 at 10:24 AM, lkcl luke <[email protected]> wrote:
>>> On Wed, Feb 29, 2012 at 9:27 AM, Peter Bittner <[email protected]> 
>>> wrote:
>>>> Congrats,
>>>>
>>>> question: what is the magic of $wnd? This seems to be some GWT thingy.
>>>> (I found "GWT provides the $wnd and $doc variables to refer to the
>>>> window and document objects" doing a web search.)
>>>
>>>  short form of document and window, that's all.
>>
>> var $wnd = window;
>> var $doc = document;
>
> var $wnd = parent.window;
> var $doc = parent.document;

 ok ok :)

 thanks anthony.

Reply via email to