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

[RFR] Allow to display the listView even with missing references #349

Merged
merged 6 commits into from
Mar 31, 2015

Conversation

fzaninotto
Copy link
Member

  • Do the job
  • make the code look better

Fixes #346

@fzaninotto fzaninotto changed the title [WIP] Allow to display the listView even with missing references [RFR] Allow to display the listView even with missing references Mar 13, 2015
@fzaninotto
Copy link
Member Author

Switching to RFR

@fzaninotto
Copy link
Member Author

bumps, tests are green locally.

states[key] = true;
results[key] = result; // result may be an error
var allFinished = true;
states.forEach(function (state) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use a for statement to be able to break the loop when we find a !state ?

@fzaninotto
Copy link
Member Author

Review applied

@fzaninotto
Copy link
Member Author

Green and reviewed

manuquentin added a commit that referenced this pull request Mar 31, 2015
[RFR] Allow to display the listView even with missing references
@manuquentin manuquentin merged commit 6c4cc99 into master Mar 31, 2015
@fzaninotto fzaninotto deleted the reference_failed branch August 23, 2015 14:36
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.

Demo: deleting post with comments
2 participants