aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-19 17:26:11 +0100
committerwout <wout@impinc.co.uk>2012-12-19 17:26:11 +0100
commit7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f (patch)
treefc025b41a87e33010daf583b3d7832400ef9bea0 /README.md
parent3b8e557b5e1774c33ea26cb4663f850191ae6ce9 (diff)
downloadsvg.js-7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f.tar.gz
svg.js-7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f.zip
Typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9488fea..e6ee3ab 100644
--- a/README.md
+++ b/README.md
@@ -248,7 +248,7 @@ SVG.extend(SVG.Doc, {
var children = this.children();
for (var i = 0, l = children.length; i < l; i++) {
- this.fill({ color: 'pink' });
+ children[i].fill({ color: 'pink' });
};
return this;