Rick Waldron (2013-12-18T15:58:23.000Z)
On Wed, Dec 18, 2013 at 10:35 AM, Erik Arvidsson
<erik.arvidsson at gmail.com>wrote:

> Are we really doing Object.assign for ES6? We postponed Object.mixin so we
> should probably postpone Object.assign too.
>

Yes, this was originally accepted on it's own merit, before
Object.define/mixin. Object.assign is already widely implemented in many
forms (under different names) https://gist.github.com/rwaldron/3744794

Rick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131218/60470d29/attachment-0001.html>
domenic at domenicdenicola.com (2014-01-03T16:21:45.008Z)
Yes, this was originally accepted on it's own merit, before
`Object.define`/`mixin`. `Object.assign` is already widely implemented in many
forms (under different names) https://gist.github.com/rwaldron/3744794