Skip to content

Commit

Permalink
Updating deprecations to include url
Browse files Browse the repository at this point in the history
  • Loading branch information
pliljegr committed Sep 12, 2019
1 parent 8629f7f commit 752e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/addon/-private/system/model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ const Model = EmberObject.extend(DeprecatedEvented, {
deprecate('deprecate toJSON', false, {
id: 'ember-data:model.toJSON',
until: '4.0',
url: 'https://github.com/ember-learn/deprecation-app/tree/master/content/ember-data/v3/toJSON.md'
url: 'https://github.com/ember-learn/deprecation-app/tree/master/content/ember-data/v3/toJSON.md',
});
let serializer = this._internalModel.store.serializerFor('-default');
let snapshot = this._internalModel.createSnapshot();
Expand Down

0 comments on commit 752e22d

Please sign in to comment.