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

linting fixes #8

Merged
merged 1 commit into from
Mar 13, 2016
Merged

linting fixes #8

merged 1 commit into from
Mar 13, 2016

Conversation

brendankenny
Copy link
Member

Another update for #4

This gets npm run lint (and npm test) running without error. 90% whitespace changes, with a few tweaks to the eslint rules.

Added two TODOs for @paulirish since I'm not entirely sure what's going on there and git blame blames him :)

There are remaining eslint warnings. I'll follow up in #4

evaluateScript(scriptStr){
return new Promise((function(resolve, reject) {

evaluateScript(chrome) { /* TODO(paulirish): scriptStr parameter */
Copy link
Member Author

Choose a reason for hiding this comment

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

@paulirish
should scriptStr be passed in the expression property below? And this appears to need chrome passed in, like profilePageLoad below, but evaluateScript doesn't appear to be called anywhere, so I wasn't sure.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah I'll take a swipe at this guy. I left it pretty incomplete and definitely not working. :)

@samccone
Copy link
Contributor

ok +1 to land this we can iterate more

paulirish added a commit that referenced this pull request Mar 13, 2016
@paulirish paulirish merged commit 9a47535 into GoogleChrome:master Mar 13, 2016
@brendankenny brendankenny deleted the lintfixes branch March 13, 2016 01:32
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

4 participants