diff options
Diffstat (limited to 'ext/bg/js/native-simple-dom-parser.js')
| -rw-r--r-- | ext/bg/js/native-simple-dom-parser.js | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/bg/js/native-simple-dom-parser.js b/ext/bg/js/native-simple-dom-parser.js index c1752bc4..4e0d89ea 100644 --- a/ext/bg/js/native-simple-dom-parser.js +++ b/ext/bg/js/native-simple-dom-parser.js @@ -17,8 +17,6 @@  class NativeSimpleDOMParser {      constructor(content) { -        // TODO : Remove -        // eslint-disable-next-line no-undef          this._document = new DOMParser().parseFromString(content, 'text/html');      }  |