Re: [webcomponents]: <element> Wars: A New Hope

On Wed, Apr 17, 2013 at 3:53 PM, Rick Waldron <waldron.rick@gmail.com> wrote:

>>
>> HTMLElementElement.define('x-foo', {
>>     erhmahgerd: { writable: false, value: "BOOKS!" }
>> });
>>
>
> This is just a repackaging of Object.defineProperties( target,
> PropertyDescriptors ) thats slightly less obvious because the target appears
> to be a string.

Yup!

:DG<

Received on Wednesday, 17 April 2013 23:01:00 UTC