diff options
author | wout <wout@impinc.co.uk> | 2014-01-31 18:28:59 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-31 18:28:59 +0100 |
commit | a77685a153ded4e4dd69d7a4f9c8003424898a97 (patch) | |
tree | 6d13251ddfa422134c8eb15c2970642ff4241be7 /README.md | |
parent | 2eff62f9839fc0fd91234a130762f1936ffc85ff (diff) | |
download | svg.js-a77685a153ded4e4dd69d7a4f9c8003424898a97.tar.gz svg.js-a77685a153ded4e4dd69d7a4f9c8003424898a97.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |