-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getOwner missing from API Docs? #13734
Comments
Hmm. Documentation was written for it (here), I am not sure why it isn't showing up though. |
Maybe the api generation needs a https://github.com/emberjs/ember.js/blob/v2.6.0/packages/ember-metal/lib/utils.js#L415-L428 |
Since would be good to add, but it shouldn't be required. My guess is that it is either order dependent or that we aren't included docs from the container package. |
Yeah, just noticed that |
Per the discussion on emberjs#13734 I added the since parameter and reordered to match other files. I searched the history to find the version number when this was introduced: git log --stat -- packages/container/lib/owner.js git tag --contains 7d7450c Fixes emberjs#13734
Per the discussion on emberjs#13734 I added the since parameter and reordered to match other files. I searched the history to find the version number when this was introduced: git log --stat -- packages/container/lib/owner.js git tag --contains 7d7450c Fixes emberjs#13734
Per the discussion on emberjs#13734 I added the since parameter and reordered to match other files. I searched the history to find the version number when this was introduced: git log --stat -- packages/container/lib/owner.js git tag --contains 7d7450c Fixes emberjs#13734
Please forgive the issue if I'm missing it or it's documented elsewhere, but I don't see the
getOwner
orsetOwner
methods in theEmber
module API docs.I obviously know about them from the blog posts and guides, but was surprised when I checked the API.
The text was updated successfully, but these errors were encountered: