Skip to content
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

Fixed type annotations #4188

Merged
merged 2 commits into from May 30, 2015
Merged

Fixed type annotations #4188

merged 2 commits into from May 30, 2015

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented May 30, 2015

IntelliJ was complaining that import() expects 2 parameters, but the second one is actually optional. Using {Object=} instead of {Object} is fixing that problem (see http://usejsdoc.org/tags-type.html#overview).

While I was already on it I adjusted the type information for the first parameter too.

stefanpenner added a commit that referenced this pull request May 30, 2015
@stefanpenner stefanpenner merged commit 4aaa498 into ember-cli:master May 30, 2015
@Turbo87 Turbo87 deleted the jsdoc-types branch June 4, 2015 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants