diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-09 21:02:20 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-09 21:02:20 +0200 |
commit | 4dd7ce338880d05ff0ea03d9b730126bcee99356 (patch) | |
tree | 1eef5fb84e110d6ab04cf79a7cefb3bff8b2d9d9 /dist/svg.js | |
parent | 270874248df9a034b24d49d8db00cba6529e7f4b (diff) | |
download | svg.js-4dd7ce338880d05ff0ea03d9b730126bcee99356.tar.gz svg.js-4dd7ce338880d05ff0ea03d9b730126bcee99356.zip |
make last test passing in svg docs
Diffstat (limited to 'dist/svg.js')
-rw-r--r-- | dist/svg.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/svg.js b/dist/svg.js index 5e1d237..b086ba4 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens <wout@mick-wout.com> * @license MIT * -* BUILT: Wed Mar 29 2017 16:04:59 GMT+0200 (Mitteleuropäische Sommerzeit) +* BUILT: Sun Apr 09 2017 16:00:39 GMT+0200 (Mitteleuropäische Sommerzeit) */; (function(root, factory) { if (typeof define === 'function' && define.amd) { @@ -3976,10 +3976,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 |