summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: