Skip to content

Commit

Permalink
docs: Delete Mutation Events (onCharacterDOMModified)
Browse files Browse the repository at this point in the history
  • Loading branch information
keito committed Oct 22, 2013
1 parent 5e65c18 commit eeefe95
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docs/docs/ref-05-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,25 +128,6 @@ boolean shiftKey
```


### Mutation Events

Event names:

```
onDOMCharacterDataModified
```

Properties:

```javascript
Number attrChange
String attrName
String newValue
String prevValue
Node relatedNode
```


### Touch events

To enable touch events, call `React.initializeTouchEvents(true)` before
Expand Down

0 comments on commit eeefe95

Please sign in to comment.