Skip to content

Commit

Permalink
[DOC beta] Add deprecation tag for Ember.merge
Browse files Browse the repository at this point in the history
(cherry picked from commit 66b4755)
  • Loading branch information
simonihmig authored and kategengler committed Feb 12, 2019
1 parent 472673d commit 494d83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@ember/polyfills/lib/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function merge<T, U>(original: T, updates: U): T & U;
@param {Object} original The object to merge into
@param {Object} updates The object to copy properties from
@return {Object}
@deprecated
@public
*/
export default function merge(original: object, updates: object) {
Expand Down

0 comments on commit 494d83d

Please sign in to comment.