aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-31 18:28:59 +0100
committerwout <wout@impinc.co.uk>2014-01-31 18:28:59 +0100
commita77685a153ded4e4dd69d7a4f9c8003424898a97 (patch)
tree6d13251ddfa422134c8eb15c2970642ff4241be7 /README.md
parent2eff62f9839fc0fd91234a130762f1936ffc85ff (diff)
downloadsvg.js-a77685a153ded4e4dd69d7a4f9c8003424898a97.tar.gz
svg.js-a77685a153ded4e4dd69d7a4f9c8003424898a97.zip
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6fa3e2b..631a7f4 100644
--- a/README.md
+++ b/README.md
@@ -538,6 +538,8 @@ draw.each(function(i, children) {
}, true)
```
+Note that `this` refers to the current child element.
+
### has()
Checking the existence of an element within a parent:
@@ -1502,6 +1504,8 @@ set.each(function(i) {
})
```
+Note that `this` refers to the current child element.
+
### has()
Determine if an element is member of the set: