diff options
Diffstat (limited to 'src/doc.js')
-rw-r--r-- | src/doc.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SVG.Doc = SVG.invent({ // Initialize node create: function (node) { - this.constructor(node || SVG.create('svg')) + SVG.Element.call(this, node || SVG.create('svg')) // set svg element attributes and ensure defs node this.namespace() |