mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
ScrollWithouth => ScrollWithout
Summary: Oops! Closes https://github.com/facebook/react-native/pull/5029 Reviewed By: svcscm Differential Revision: D2793490 Pulled By: vjeux fb-gh-sync-id: 0115d3ef38cad3e838241937263308827e56f25f
This commit is contained in:
committed by
facebook-github-bot-5
parent
d1864fa436
commit
fef01ed394
@@ -346,7 +346,7 @@ var ScrollView = React.createClass({
|
||||
|
||||
scrollWithoutAnimationTo: function(destY?: number, destX?: number) {
|
||||
// $FlowFixMe - Don't know how to pass Mixin correctly. Postpone for now
|
||||
this.getScrollResponder().scrollResponderScrollWithouthAnimationTo(
|
||||
this.getScrollResponder().scrollResponderScrollWithoutAnimationTo(
|
||||
destX || 0,
|
||||
destY || 0,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user