aboutsummaryrefslogtreecommitdiffstats
path: root/src/elements/Container.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-19 20:45:07 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-19 20:45:07 +0100
commit9943813f3779d2ede508a90dadd087fc0ad12f1f (patch)
tree9e0d2c1008ed540936ca9675152f6ba79ff4bd64 /src/elements/Container.js
parentd5a8faa4d06d2664a7748ea570937751ef5271d5 (diff)
downloadsvg.js-9943813f3779d2ede508a90dadd087fc0ad12f1f.tar.gz
svg.js-9943813f3779d2ede508a90dadd087fc0ad12f1f.zip
renamed `Doc` to `Svg` according to (#932)
Diffstat (limited to 'src/elements/Container.js')
-rw-r--r--src/elements/Container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/Container.js b/src/elements/Container.js
index 9415341..b47972e 100644
--- a/src/elements/Container.js
+++ b/src/elements/Container.js
@@ -8,7 +8,7 @@ export default class Container extends Element {
return this.toParent(parent)
})
- // we need this so that Doc does not get removed
+ // we need this so that the root does not get removed
this.node.firstElementChild || this.remove()
return this