aboutsummaryrefslogtreecommitdiff
path: root/ext/js/dom/native-simple-dom-parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/dom/native-simple-dom-parser.js')
-rw-r--r--ext/js/dom/native-simple-dom-parser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/dom/native-simple-dom-parser.js b/ext/js/dom/native-simple-dom-parser.js
index 245386bd..882469a0 100644
--- a/ext/js/dom/native-simple-dom-parser.js
+++ b/ext/js/dom/native-simple-dom-parser.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-class NativeSimpleDOMParser {
+export class NativeSimpleDOMParser {
constructor(content) {
this._document = new DOMParser().parseFromString(content, 'text/html');
}