adds properties of the 'source' object into the 'target' object
target | object | the target object |
source | object | the source object |
force | boolean | if true, properties of the 'source' will overwrite the matching properties of the 'target', if there are any. If false, the properties that already exist in the 'target' will be omitted |
scheduler.mixin(target, source, force);
added in version 6.0
Back to top