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

class ElementContentEditableImpl { }

module.exports = {
  implementation: ElementContentEditableImpl
};