Dmitry Soshnikov (2013-05-22T23:48:31.000Z)
Hello,

It's very likely it was (should have been I believe) discussed before, and
even probably was approved, but I don't see it in the latest draft yet.

Just to make sure, the signature of the "assign" and "mixin" method should
be:

Object.assign(target, source,[source2, ..., sourceN]);
Object.mixin(target, source,[source2, ..., sourceN]);

Current draft shows me only one source for both the methods.

Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130522/bc6eca57/attachment.html>
github at esdiscuss.org (2013-07-12T02:27:22.362Z)
It's very likely it was (should have been I believe) discussed before, and
even probably was approved, but I don't see it in the latest draft yet.

Just to make sure, the signature of the "assign" and "mixin" method should
be:

```js
Object.assign(target, source,[source2, ..., sourceN]);
Object.mixin(target, source,[source2, ..., sourceN]);
```

Current draft shows me only one source for both the methods.