| Index: chrome/content/.eslintrc.json |
| =================================================================== |
| --- a/chrome/content/.eslintrc.json |
| +++ b/chrome/content/.eslintrc.json |
| @@ -1,5 +1,6 @@ |
| { |
| "globals": { |
| + "MutationObserver": true, |
|
Wladimir Palant
2017/07/21 21:37:28
We have been here before. On Firefox this script d
hub
2017/07/22 01:31:24
good to know. I guess we'll have to split things o
Wladimir Palant
2017/07/22 06:16:20
Why? Not assuming MutationObserver to be global an
hub
2017/07/23 15:36:34
I had assumed that you meant it wasn't available a
|
| "URL": true |
| } |
| } |