summaryrefslogtreecommitdiff
path: root/school/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js
blob: ca8d578d1a65f6d476a9fcb1d9d1f91bccc4f73a (plain)
1
2
3
4
5
6
7
8
9
10
11
"use strict";

// https://dom.spec.whatwg.org/#interface-nonelementparentnode
// getElementById is implemented separately inside Document and DocumentFragment.
class NonElementParentNodeImpl {

}

module.exports = {
  implementation: NonElementParentNodeImpl
};