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, 1 insertions, 1 deletions
diff --git a/src/image.js b/src/image.js
index 03fa1b1..b6e16ef 100644
--- a/src/image.js
+++ b/src/image.js
@@ -6,7 +6,7 @@ SVG.Image = function Image() {
// inherit from SVG.Element
SVG.Image.prototype = new SVG.Shape();
-// Add image-specific functions
+// add image-specific functions
SVG.extend(SVG.Image, {
// (re)load image