Skip to content

Commit

Permalink
Remove unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Sep 22, 2016
1 parent 037abdd commit 92d1d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/annotations/annotations.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
_replaceSlotWithContent: function(slot) {
var content = slot.ownerDocument.createElement('content');
var attrs = slot.attributes;
var childNodes = slot.childNodes;
while (slot.firstChild) {
content.appendChild(slot.firstChild);
}
Expand Down

0 comments on commit 92d1d8a

Please sign in to comment.