diff options
author | wout <wout@impinc.co.uk> | 2013-08-05 14:08:36 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-08-05 14:08:36 +0100 |
commit | 945c1a0a423cf8a0b80fc8288651e04dec8b6610 (patch) | |
tree | d17c0f9ea6c4755d8d7169c2131f22990238a946 /src/use.js | |
parent | 2942e015a826e126d4c6bd4a5ae4a8f95673d0b0 (diff) | |
download | svg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.tar.gz svg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.zip |
Distinguished SVG.Container from SVG.parent, bumped to v0.32
SVG.Use inherits from SVG.Shape
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, { |