Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Jun 18, 2020
1 parent b9758c0 commit e940070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json
Expand Up @@ -8,9 +8,6 @@
"plugins": [
"html"
],
"parserOptions": {
"ecmaVersion": 8
},
"globals": {
"Polymer": false,
"Vaadin": false
Expand Down
3 changes: 3 additions & 0 deletions test/.eslintrc.json
Expand Up @@ -9,5 +9,8 @@
"gemini": false,
"sinon": false,
"MockInteractions": false
},
"parserOptions": {
"ecmaVersion": 8
}
}
2 changes: 1 addition & 1 deletion test/vaadin-dialog_draggable-resizable-test.html
Expand Up @@ -107,7 +107,7 @@
dispatchMouseEvent(target, 'mouseup', toXY, mouseButton);
}

// This is needed to ensure iOS 10 Safari styles catch up after resize.
// This is needed to ensure styles on iOS 10 Safari catch up after resize.
function contentStabilized(dialog) {
return new Promise((resolve) => {
const check = () => {
Expand Down

0 comments on commit e940070

Please sign in to comment.