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

Fixed cannot call static method and setTimeout not call from class #99

Merged
merged 3 commits into from
Aug 20, 2018

Conversation

hawkup
Copy link

@hawkup hawkup commented Aug 20, 2018

Fixed static method
- Change static method to non-static method. Because the library export instance not a class
- Added "class-methods-use-this" exception rules into eslintrc.js

Fixed call setTimeout from class
- Because setTimeout method is the same name of native js function

Tanarat and others added 3 commits August 20, 2018 13:20
- Change static method to non-static method. Because the library export instance not a class
- Added "class-methods-use-this" exception rules into eslintrc.js
- Because setTimeout method is the same name of native js function
@ocetnik ocetnik closed this Aug 20, 2018
@ocetnik ocetnik reopened this Aug 20, 2018
@ocetnik ocetnik merged commit bdbf544 into ocetnik:master Aug 20, 2018
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.

2 participants