docs: Delete Mutation Events (onCharacterDOMModified)

This commit is contained in:
Keito Uchiyama
2013-10-25 18:24:37 -07:00
committed by Paul O’Shannessy
parent 24da1c0023
commit c994cc24c3
-19
View File
@@ -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