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

1) Remove instance number data element if remove() is called so subseque... #27

Closed
wants to merge 1 commit into from

Conversation

assiotis
Copy link

@assiotis assiotis commented Dec 3, 2013

...nt

initializations create a new object

  1. If only one instance is on the page then the if (instanceNumber)
    check does not behave as expected. Change to != null instead

…quent

initializations create a new object

2) If only one instance is on the page then the `if (instanceNumber)`
check does not behave as expected. Change to `!= null` instead
@hilios
Copy link
Owner

hilios commented Dec 12, 2013

Duplicated in #24.

As this PR breaks the build and further tech discussion is occurring in the other PR I will close this one. If would like to contribute please use the issue above.

Thank you for the collaboration!

@hilios hilios closed this Dec 12, 2013
hilios pushed a commit that referenced this pull request Dec 29, 2013
@hilios
Copy link
Owner

hilios commented Dec 29, 2013

Hello mate, I've been reviewing the PRs lately and notice that yours have a fix that remove the countdown instance upon removal.

I've included this fix to the latest code with proper unit testing and added you to the contributors list. Thanks

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

Successfully merging this pull request may close these issues.

2 participants