diff options
author | wout <wout@impinc.co.uk> | 2014-02-01 16:54:57 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-01 16:54:57 +0100 |
commit | a19bbab549b2d65b83751c3ef85295ee02065f42 (patch) | |
tree | f6f831189ac9ceb20187cb5dd941a6799441fbdb | |
parent | 883c74e46709e736e91c15489a7cdd596270d62e (diff) | |
download | svg.js-a19bbab549b2d65b83751c3ef85295ee02065f42.tar.gz svg.js-a19bbab549b2d65b83751c3ef85295ee02065f42.zip |
Updated README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -560,7 +560,7 @@ An array of all children will can be retreives with the `children` method: ```javascript draw.children() ``` -__`returns`: array__ +__`returns`: `array`__ ### each() The `each()` allows you to iterate over the all children of a parent element: @@ -1602,7 +1602,7 @@ The arrange.js module brings some additional methods. To get all siblings of rec rect.siblings() ``` -__`returns`: array__ +__`returns`: `array`__ ### position() Get the position (a number) of rect between its siblings: |