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

List of livestamps contains duplicates #33

Open
lostincomputer opened this issue Jan 22, 2015 · 2 comments
Open

List of livestamps contains duplicates #33

lostincomputer opened this issue Jan 22, 2015 · 2 comments
Milestone

Comments

@lostincomputer
Copy link

Element is added to the $livestamps variable twice when I initialize livestamp twice

Code to reproduce the problem:
$('#birth').livestamp(new Date('June 18, 1987'));
$('#birth').livestamp(new Date('Febuary 18, 1987')); //change the date

$livestamps variable now contains the #birth element twice

@philfreo
Copy link
Collaborator

@mattbradley this one is also important for memory

@mattbradley
Copy link
Owner

Another good find. This would be fixed by #11, but that pull isn't mergeable anymore. I'll fix this in v2.0.

@mattbradley mattbradley added this to the 2.0 milestone Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants