Skip to content

Commit

Permalink
Docs change
Browse files Browse the repository at this point in the history
Nothing to see here.... move along.
  • Loading branch information
tbranyen committed Aug 7, 2019
1 parent cfe28e0 commit 735aef8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/diffhtml/lib/node/create.js
Expand Up @@ -27,10 +27,6 @@ export default function createNode(vTree, ownerDocument = document, isSVG) {

// If the DOM Node was already created, reuse the existing node.
if (existingNode) {
if (existingNode.nodeName.toLowerCase() !== vTree.nodeName) {
throw new Error('Shit is wrong');
}

return existingNode;
}

Expand Down

0 comments on commit 735aef8

Please sign in to comment.