diff options
author | wout <wout@impinc.co.uk> | 2012-12-23 11:52:07 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-23 11:52:07 +0100 |
commit | 1ae730fec364f70d4541f38930929607dc2a31ac (patch) | |
tree | 16630efcc4b3ce6a09454681141518a05e4acde4 /src/element.js | |
parent | 70394584bec59f0b01998b9b54479bb913b0b32a (diff) | |
download | svg.js-1ae730fec364f70d4541f38930929607dc2a31ac.tar.gz svg.js-1ae730fec364f70d4541f38930929607dc2a31ac.zip |
Fixed a bug in safari prevending correct dy on tspans
Diffstat (limited to 'src/element.js')
-rw-r--r-- | src/element.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/element.js b/src/element.js index 5664f46..ff3ad37 100644 --- a/src/element.js +++ b/src/element.js @@ -28,11 +28,6 @@ SVG.extend(SVG.Element, { parentDoc: function() { return this._parent(SVG.Doc); }, - - // get parent svg wrapper - mother: function() { - return this.parentDoc(); - }, // set svg element attribute attr: function(a, v, n) { |