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

Bug much fixed #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Bug much fixed #9

wants to merge 3 commits into from

Conversation

brendongo
Copy link

No description provided.

@michelle
Copy link
Owner

michelle commented Feb 6, 2015

Squash please?

Also screenshot of the fix in action? :)

@michelle
Copy link
Owner

michelle commented Feb 6, 2015

Also did you read the contributing guidelines?

@brendongo brendongo changed the title Fixed color bug Bug much fixed Feb 6, 2015
@michelle
Copy link
Owner

michelle commented Feb 6, 2015

Also you should reference the issue number in your pull request.


results.push(format);

for(var i = 0; i < temp.length; i++){
Copy link
Owner

Choose a reason for hiding this comment

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

following the surrounding code, the format of this should be for (var i = 0; i < temp.length; i++) {

Copy link
Owner

Choose a reason for hiding this comment

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

protip: most folks prefer for (var i = 0, len = temp.length; i < len; i++) {

@brendongo
Copy link
Author

screenshot 2015-02-05 19 26 08

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.

3 participants