Merge pull request #2201 from threepointone/patch-1

doc typo
This commit is contained in:
James Ide 2015-08-01 12:34:42 -07:00
commit bc56eb1439
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,