diff options
author | wout <wout@impinc.co.uk> | 2013-03-13 13:46:49 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-03-13 13:46:49 +0100 |
commit | ff09596144c3fd6770d1dc64178a10c2432396ca (patch) | |
tree | 5244a87e84b18cc8b55d9c116401d3478e320f33 /src/element.js | |
parent | 4bd21ec64a0e3c1d4d0acf5685b2230285c7c16b (diff) | |
download | svg.js-ff09596144c3fd6770d1dc64178a10c2432396ca.tar.gz svg.js-ff09596144c3fd6770d1dc64178a10c2432396ca.zip |
Animation value clearance0.11
Diffstat (limited to 'src/element.js')
-rw-r--r-- | src/element.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/element.js b/src/element.js index 664bc0f..a78a641 100644 --- a/src/element.js +++ b/src/element.js @@ -139,10 +139,6 @@ SVG.extend(SVG.Element, { /* redirect to the style method */ return this.style(v) - } else if (a == 'transform') { - /* redirect to the transform method*/ - return this.transform(v) - } else { /* store value */ this.attrs[a] = v |