<static> mixin(from, to) → {object}
Mixes the source object into the destination object, returning the newly modified destination object.
Based on original code by @mudcube
Parameters
Name | Type | Description |
---|---|---|
from | object | The object to copy (the source object). |
to | object | The object to copy to (the destination object). |
Returns
object -
The modified destination object.
- Source code: utils/Utils.js (Line 390)
Please login to continue.