aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-02-02 19:11:39 +0100
committerwout <wout@impinc.co.uk>2013-02-02 19:11:39 +0100
commit87dd4169a0315310cacefefc9b3157428f584c51 (patch)
tree8ec07d791a2bc7765592fd5278638d94b167d0f0 /src
parente5fb908aa5e2f68ed75684662a7f22ad182f4cc9 (diff)
downloadsvg.js-87dd4169a0315310cacefefc9b3157428f584c51.tar.gz
svg.js-87dd4169a0315310cacefefc9b3157428f584c51.zip
Updated README
Diffstat (limited to 'src')
-rw-r--r--src/group.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.js b/src/group.js
index cbb635f..5c6df10 100644
--- a/src/group.js
+++ b/src/group.js
@@ -6,7 +6,7 @@ SVG.G = function G() {
SVG.G.prototype = new SVG.Container();
SVG.extend(SVG.G, {
-
+ // Get defs
defs: function() {
return this.doc().defs();
}