Skip to content

Commit

Permalink
Merge pull request #12604 from rwjblue/add-deprecation-url-to-contain…
Browse files Browse the repository at this point in the history
…er-feature

[FEATURE ember-container-inject-getowner] Add deprecation URL.
  • Loading branch information
rwjblue committed Nov 14, 2015
2 parents 734350e + 2810a06 commit 1250c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/container/lib/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function injectDeprecatedContainer(object, container) {
get() {
deprecate('Using the injected `container` is deprecated. Please use the `getOwner` helper instead to access the owner of this object.',
false,
{ id: 'ember-application.injected-container', until: '3.0.0' });
{ id: 'ember-application.injected-container', until: '3.0.0', url: 'http://emberjs.com/deprecations/v2.x#toc_injected-container-access' });
return container;
}
});
Expand Down

0 comments on commit 1250c6f

Please sign in to comment.