Skip to content

Commit

Permalink
Fix lint errors, doh
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 6, 2016
1 parent f2f2293 commit 0cb0bcd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/jsdom/living/nodes/CharacterData-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ const idlUtils = require("../generated/utils");
const NodeImpl = require("./Node-impl").implementation;
const ChildNodeImpl = require("./ChildNode-impl").implementation;
const NonDocumentTypeChildNodeImpl = require("./NonDocumentTypeChildNode-impl").implementation;

const DOMException = require("../../web-idl/DOMException");
const domSymbolTree = require("../helpers/internal-constants").domSymbolTree;

class CharacterDataImpl extends NodeImpl {
constructor(args, privateData) {
Expand Down
4 changes: 0 additions & 4 deletions lib/jsdom/living/nodes/Node-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ const documentBaseURL = require("../helpers/document-base-url").documentBaseURL;
const cloneNode = require("../node").clone;
const attributes = require("../attributes");

function getDocument(el) {
return el.nodeType === NODE_TYPE.DOCUMENT_NODE ? el : el._ownerDocument;
}

function isObsoleteNodeType(node) {
return node.nodeType === NODE_TYPE.ENTITY_NODE ||
node.nodeType === NODE_TYPE.ENTITY_REFERENCE_NODE ||
Expand Down

0 comments on commit 0cb0bcd

Please sign in to comment.