summaryrefslogtreecommitdiffstats
path: root/src/group.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-12 17:58:24 +0100
committerwout <wout@impinc.co.uk>2013-01-12 17:58:24 +0100
commit8b253f88504cdaec23be84564a5a6781ed7a7066 (patch)
tree9239793c270629e66eaf5c7a156cdd658126f13a /src/group.js
parent2a4e6b7eef91b74d6fea06c18f6d3171750bc445 (diff)
downloadsvg.js-8b253f88504cdaec23be84564a5a6781ed7a7066.tar.gz
svg.js-8b253f88504cdaec23be84564a5a6781ed7a7066.zip
Renamed the parentDoc() method to doc()
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 da44e27..df97c3e 100644
--- a/src/group.js
+++ b/src/group.js
@@ -11,7 +11,7 @@ SVG.extend(SVG.G, SVG.Container);
SVG.extend(SVG.G, {
defs: function() {
- return this.parentDoc().defs();
+ return this.doc().defs();
}
}); \ No newline at end of file