diff options
Diffstat (limited to 'src/doc.js')
-rw-r--r-- | src/doc.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,10 +71,10 @@ SVG.Doc = SVG.invent({ // Removes the doc from the DOM , remove: function() { if(this.parent()) { - this.parent().removeChild(this.node); + this.parent().removeChild(this.node) } - return this; + return this } , clear: function() { // remove children |