summaryrefslogtreecommitdiffstats
path: root/src/image.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.js')
-rw-r--r--src/image.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image.js b/src/image.js
index 24806ff..d0a1b40 100644
--- a/src/image.js
+++ b/src/image.js
@@ -7,12 +7,10 @@ SVG.Image.prototype = new SVG.Shape
//
SVG.extend(SVG.Image, {
-
// (re)load image
load: function(url) {
return (url ? this.attr('href', (this.src = url), SVG.xlink) : this)
}
-
})
//