Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jul 24, 2014
1 parent ae00b0a commit fe9a927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ var importParser = {
return n;
},
addElementToDocument: function(elt) {
//document.head.appendChild(elt);
var port = this.rootImportForElement(elt.__importElement || elt);
var l = port.__insertedElements = port.__insertedElements || 0;
var refNode = port.nextElementSibling;
Expand Down

0 comments on commit fe9a927

Please sign in to comment.