diff options
Diffstat (limited to 'src/use.js')
-rw-r--r-- | src/use.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ SVG.Use = function() { } // Inherit from SVG.Shape -SVG.Use.prototype = new SVG.Element +SVG.Use.prototype = new SVG.Shape // SVG.extend(SVG.Use, { |