Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for horizontal pull to refresh #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

huafu
Copy link

@huafu huafu commented Jan 10, 2014

activatePullToRefresh method now supports an optional first parameter boolean being, if set, the flag to activate horizontal pull to refresh from the left instead of vertical from the top (as well as the previous signature too)

@@ -346,7 +346,7 @@ asyncTest("Scroll Animated", 4, function() {
equal(values.top, 400);
equal(values.zoom, 1);
start();
}, 400);
}, 500);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was having problems with tests not passing due to the too short delay ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant