From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) by hurricane.the-brannons.com (Postfix) with ESMTPS id C48C67903E for ; Tue, 3 Nov 2015 14:59:11 -0800 (PST) Received: by wmff134 with SMTP id f134so27595035wmf.0 for ; Tue, 03 Nov 2015 14:59:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=6ZfWirIr7nd1McIhFsLLcfhp6BqGfiF4ROm3LZ3QxTk=; b=TxMrlOtR0/pEGHrBbmYtVLHZ+YA/RKGicwDkbCYbJQQFCkwE/qKAOlZDiMhDgWnOmr JkoNXxlxKjWecGiabE+wnt+mS9oGL7nyVyps/92pmhyTzkrr1jCo9Dfzr5Q5f82lNEfi YpOjOBt8hQBF6TanQqAGJzdzGRbKrooRGJP8bnudmYI2C0Ks2YfSxh9YM7kCJl5ICrWe NY+/E5sIsh5F1qYqCdwa1Qp4gkKqFTDryUbDFcnqtXvos1jgpYzc/io3eNlGR2HlUZDv LgaZ86RQXtpOvd/ViSsuLdpuhPc3BVFwotIZePhlsvckBKgrP/cYq9Hlon6/PL3eMyhX f6Og== X-Received: by 10.28.142.193 with SMTP id q184mr20880968wmd.15.1446591572443; Tue, 03 Nov 2015 14:59:32 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by smtp.gmail.com with ESMTPSA id v9sm29748704wjv.45.2015.11.03.14.59.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Nov 2015 14:59:31 -0800 (PST) Date: Tue, 3 Nov 2015 22:59:29 +0000 From: Adam Thompson To: Karl Dahlke Cc: Edbrowse-dev@lists.the-brannons.com Message-ID: <20151103225929.GC14583@toaster.adamthompson.me.uk> References: <20151002184159.eklhad@comcast.net> <20151103082013.GB14583@toaster.adamthompson.me.uk> <20151003033452.eklhad@comcast.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yudcn1FV7Hsu/q59" Content-Disposition: inline In-Reply-To: <20151003033452.eklhad@comcast.net> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [Edbrowse-dev] Red Hot X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 22:59:12 -0000 --yudcn1FV7Hsu/q59 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 03, 2015 at 03:34:52AM -0500, Karl Dahlke wrote: > > I'm interested to know how one implements such magic, >=20 > It's something like this. > This is for any div node . firstchild. >=20 > Object.defineProperty(Div.prototype, "firstChild", { > get: function() { return this.childNodes[0]; } > }); >=20 Ah ok, didn't know js supported this kind of thing, that's useful to know. Cheers, Adam. --yudcn1FV7Hsu/q59 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJWOTxRAAoJELZ22lNQBzHOqeYIALY91uZYud2FtGw9s9+3iiyT nPXTJ1e0gb4ua1v5+ptvbxgfsHWKhaCKZOodCI3ZOC7QJA8Y+lA3vzQHSImUR2YY I+e2AEgygiA1IK/9mI4EmqqmT0Wl/hSU4hfi+NKMenQDAI0AWRItDr6jpgT1exwl rfpsULsaSuK/oeuWImoanaGZX/VZMSdOiWiOJiNGGydOYeThhM8I3hUWwf9sFcXv YxPyRvL51t6iA1DQj7LxPcH6S4N11I+Tv5XSijZ2orFyJxXKx4kmEDIteImGiYOx jy+KDj/vnUQkDLN27akK/AQLJRR8AkxUHgHhUo2RHIJiqboVZ+E02J3g1xR7wwc= =gVXr -----END PGP SIGNATURE----- --yudcn1FV7Hsu/q59--