aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js
blob: a6cb046da3e28a0df0f152d56805172a2ef99936 (plain)
1
2
3
4
5
6
7
8
9
"use strict";

const HTMLElementImpl = require("./HTMLElement-impl").implementation;

class HTMLModElementImpl extends HTMLElementImpl {}

module.exports = {
  implementation: HTMLModElementImpl
};