diff options
author | wout <wout@impinc.co.uk> | 2012-12-19 17:26:11 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-19 17:26:11 +0100 |
commit | 7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f (patch) | |
tree | fc025b41a87e33010daf583b3d7832400ef9bea0 /README.md | |
parent | 3b8e557b5e1774c33ea26cb4663f850191ae6ce9 (diff) | |
download | svg.js-7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f.tar.gz svg.js-7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f.zip |
Typo in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |