Fixed event handlers not properly called

This commit is contained in:
Alejandro Celaya
2018-08-26 19:30:56 +02:00
parent 2fdc7a0ff0
commit 933de6e2c5
3 changed files with 4 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"rules": {
"comma-dangle": ["error", "always-multiline"],
"no-invalid-this": "off",
"no-console": "warn",
"template-curly-spacing": ["error", "never"],
"no-warning-comments": "off",
"no-undefined": "off",