We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are multiple return statements exiting different pathways from this method:
return
ember-frost-core/addon/components/frost-select-dropdown.js
Lines 513 to 534 in 38d74e0
Investigate refactoring this method, perhaps set a flag and check it instead, so that there are not many different exit paths.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
There are multiple
return
statements exiting different pathways from this method:ember-frost-core/addon/components/frost-select-dropdown.js
Lines 513 to 534 in 38d74e0
Solution
Investigate refactoring this method, perhaps set a flag and check it instead, so that there are not many different exit paths.
The text was updated successfully, but these errors were encountered: