Skip to content

Commit

Permalink
Fix 'DOMRect' is not defined error
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Jan 31, 2022
1 parent 3800e6b commit edb2b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"globals": {
"MashupPlatform": false,
"Promise": false,
"WeakMap": false
"WeakMap": false,
"DOMRect": false
},
"rules": {
"indent": [
Expand Down

0 comments on commit edb2b6b

Please sign in to comment.