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

Implement getCurrIndex function #485

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

Conversation

Petce
Copy link

@Petce Petce commented Feb 25, 2015

Implements a fix for Issue #443.

The getPos() function is meant to return the zero index of the swipe object however in the event that the swipe object has only 2 elements, the cloning functionality results in a false index value.

The getCurrIndex() function is intended as a replacement that resolves this issue.

Implements a fix for Issue thebird#443.

The getPos() function is meant to return the zero index of the swipe object however in the event that the swipe object has only 2 elements, the cloning functionality results in a false index value.

The getCurrIndex() function is intended as a replacement that resolves this issue.
@lyfeyaj
Copy link

lyfeyaj commented Mar 2, 2015

Hi @Petce , I maintain a independent Swipe project https://github.com/lyfeyaj/swipe (originally fork from this project) with bugfixes, features and new versions, and this bug has been fixed in https://github.com/lyfeyaj/swipe, you can take a look at it. ^_^
Hope, it is helpful to you.

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.

None yet

2 participants