Re: Determining what prototype should be used for an object

On 11/14/14, 12:39 PM, Allen Wirfs-Brock wrote:
> Ah, right.  I wasn't exactly sure what self was, but I was assuming that self[0]j.Array was the same as Array

self === window === frames in the DOM.

self[0] is window of the first subframe.

-Boris

Received on Friday, 14 November 2014 18:05:27 UTC