Skip to content

Commit

Permalink
removing this line
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelerner committed Feb 23, 2015
1 parent 9046240 commit 3de9255
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion canvg.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@

this.addChild = function(childNode, create) {
var child = childNode;
childNode.canvgParent = this;
if (create) child = svg.CreateElement(childNode);
child.parent = this;
if (child.type != 'title') { this.children.push(child); }
Expand Down

0 comments on commit 3de9255

Please sign in to comment.