minor
This commit is contained in:
parent
4b9a771fc2
commit
420ab3984e
7 changed files with 10 additions and 7 deletions
|
@ -99,7 +99,7 @@ parent.onmouseout = function(event) {
|
|||
/* event.target: parent element */
|
||||
};
|
||||
parent.onmouseover = function(event) {
|
||||
/* event.target: child element */
|
||||
/* event.target: child element (bubbled) */
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue