Closed paulbellamy closed 9 years ago
@mattbradley thoughts on this? I'm looking to switch from jquery-timeago because of the numerous memory leak problems that library has (no auto-unloading if the element is removed, separate timers per element, leak if you call .timeago()
on the same element twice in a row, etc.).... but I was hoping that this library didn't have those same problems
If the element is already in the list to be updated we don't need to add it again as that will cause a leak.