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

Fix last lint in dragresize_ie.js (no-unused-vars) #1043

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Fix last lint in dragresize_ie.js (no-unused-vars) #1043

merged 1 commit into from
Jan 30, 2019

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Jan 30, 2019

src/plugins/dragresize_ie.js
  862:8  error  'moveRatio' is assigned a value but never used  no-unused-vars

This is the exact same issue as fixed in "dragresize_ie11.js" in
39d4d18. With hundreds of lint errors in the report, I didn't
see this file had the same thing.

Fix is same: variable is unused, so removed it.

Test plan: npm run dev && npm run test

Related: #990

```
src/plugins/dragresize_ie.js
  862:8  error  'moveRatio' is assigned a value but never used  no-unused-vars
```

This is the exact same issue as fixed in "dragresize_ie11.js" in
39d4d18. With hundreds of lint errors in the report, I didn't
see this file had the same thing.

Fix is same: variable is unused, so removed it.

Test plan: `npm run dev && npm run test`

Related: https://github.com/liferay/alloy-editor/issues/990<Paste>
@julien
Copy link
Contributor

julien commented Jan 30, 2019

Just started reviewing :)

:octocat: Sent from GH.

@julien julien merged commit 577f229 into liferay:2.x-develop Jan 30, 2019
@wincent wincent deleted the lint/n+29 branch January 30, 2019 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants