From 7b5c91ba593fc673ec6d4a8d7dac4b26b1fac52f Mon Sep 17 00:00:00 2001 From: wout Date: Wed, 19 Dec 2012 17:26:11 +0100 Subject: [PATCH] Typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5