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

Fixes #658: Updated the code to use "let", "const" instead of var, added strict mode #704

Merged
merged 1 commit into from
Jan 31, 2019

Conversation

OlenaVyshnevska
Copy link
Contributor

  • "var" was changed to "let" or"const"

  • added "use strict" directive

@OlenaVyshnevska OlenaVyshnevska changed the title code refactoring, added strict mode Fixes #658: Updated the code to use "let", "const" instead of var, added strict mode Jan 29, 2019
@ithompson4
Copy link
Contributor

Hello Olena, I noticed the Codecov Report is missing inside your pull request (other students have). I though GitHub generates the Codecov Report automatically after a new pull request.

@humphd
Copy link
Contributor

humphd commented Jan 30, 2019

@OlenaVyshnevska it looks like a hiccup with the CodeCov service, waiting on the Travis build to finish. It did, see https://travis-ci.org/filerjs/filer/jobs/486082478#L1805. And your coverage report was posted at https://codecov.io/github/filerjs/filer/commit/5f59fff6f1aa784dc537db0339fdde89fee7308e

All is well.

@seanprashad
Copy link
Contributor

@humphd Just curious - is this a result of a hook blowing up somewhere or something else?

@OlenaVyshnevska
Copy link
Contributor Author

@humphd oh, ok then, thanks for the help!

Copy link
Contributor

@humphd humphd left a comment

Choose a reason for hiding this comment

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

This is great.

@humphd humphd merged commit fc545ee into filerjs:master Jan 31, 2019
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.

4 participants