Skip to content

Commit

Permalink
Fix typo in ViewPagerAndroid.android.js
Browse files Browse the repository at this point in the history
Summary: Closes #7456

Differential Revision: D3299061

fbshipit-source-id: 417995191d675e2ae625926df93412c660d1931a
  • Loading branch information
Bhullnatik authored and Facebook Github Bot 3 committed May 13, 2016
1 parent b67d4a2 commit 2849baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/ViewPager/ViewPagerAndroid.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ var ViewPagerAndroid = React.createClass({

/**
* A helper function to scroll to a specific page in the ViewPager.
* The transition between pages will be *not* be animated.
* The transition between pages will *not* be animated.
*/
setPageWithoutAnimation: function(selectedPage: number) {
UIManager.dispatchViewManagerCommand(
Expand Down

0 comments on commit 2849baf

Please sign in to comment.