Skip to content

Commit 1e78c71

Browse files
committed
2 parents c1fc86b + b11d4f1 commit 1e78c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ViewPager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ var ViewPager = React.createClass({
202202
});
203203
};
204204

205-
if (animated) {
205+
if (animate) {
206206
this.fling = true;
207207
this.props.animation(this.state.scrollValue, scrollStep, gs)
208208
.start((event) => {

0 commit comments

Comments
 (0)