We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe this
zingtouch/src/gestures/Swipe.js
Line 210 in d36d10e
should be
for (var i = 0; i < output.data.length; i++) { if (output.data[i].velocity < this.escapeVelocity) { return null; } }
otherwise, it is useless.
The text was updated successfully, but these errors were encountered:
@c-smile This was rectified in the codebase and the changes were pushed. Thanks for pointing it out
Sorry, something went wrong.
lasabahebwa
No branches or pull requests
I believe this
zingtouch/src/gestures/Swipe.js
Line 210 in d36d10e
should be
otherwise, it is useless.
The text was updated successfully, but these errors were encountered: