Skip to content

Commit 93dca35

Browse files
author
Sergey Generalov
committed
Fix ScrollView typo that probably happend during merge; use _handleScroll instead handleScroll
1 parent 2c85de0 commit 93dca35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Components/ScrollView/ScrollView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ var ScrollView = React.createClass({
464464
// onStartShouldSetResponder: this.scrollResponderHandleStartShouldSetResponder,
465465
// onStartShouldSetResponderCapture: this.scrollResponderHandleStartShouldSetResponderCapture,
466466
// onScrollShouldSetResponder: this.scrollResponderHandleScrollShouldSetResponder,
467-
onScroll: this.handleScroll,
467+
onScroll: this._handleScroll,
468468
};
469469

470470
var onRefreshStart = this.props.onRefreshStart;

0 commit comments

Comments
 (0)