Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC release] Mark
Ember.merge
as public
There are no alternative way to `Ember.merge` in Ember world. But it is useful and widely used from other library. For example: * Ember Data: https://github.com/emberjs/data/blob/v1.13.7/packages/ember-data/lib/core.js#L29 * Liquid Fire: https://github.com/ef4/liquid-fire/blob/v0.21.0/app/transitions/scroll-then.js#L19 So this method may be public until `Object.assign` can be used natively.
- Loading branch information