From: wout Date: Wed, 19 Dec 2012 16:26:11 +0000 (+0100) Subject: Typo in readme X-Git-Tag: 0.1~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f;p=svg.js.git Typo in readme --- 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;