match member names
This commit is contained in:
Sunil Pai 2015-08-01 23:43:29 +05:30
parent b10a1549c6
commit 5a918227f2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var currentCentroidY = TouchHistoryMath.currentCentroidY;
*
* ```
* componentWillMount: function() {
* this._panGesture = PanResponder.create({
* this._panResponder = PanResponder.create({
* // Ask to be the responder:
* onStartShouldSetPanResponder: (evt, gestureState) => true,
* onStartShouldSetPanResponderCapture: (evt, gestureState) => true,