summaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fx.js')
-rwxr-xr-xsrc/fx.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fx.js b/src/fx.js
index d504089..ddbbcd0 100755
--- a/src/fx.js
+++ b/src/fx.js
@@ -218,10 +218,6 @@ SVG.FX = SVG.invent({
return this
}
- // Add animatable transformations
- , transform: function(o) {
- return this.attr('transform', o)
- }
// Add animatable styles
, style: function(s, v) {
if (typeof s == 'object')