aboutsummaryrefslogtreecommitdiffstats
path: root/src/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.js')
-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();
}