]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix animation bug. Helpers.findNextWhere no longer returned the index of the item... 2129/head
authorEvert Timberg <evert.timberg@gmail.com>
Sun, 13 Mar 2016 16:24:33 +0000 (12:24 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Sun, 13 Mar 2016 16:24:33 +0000 (12:24 -0400)
commit4fec7dfdbbac69af6050a041819c30cbc46a846b
tree053279817a1f6894a976f60e0b6984a50fa62210
parent9bcc3ca34cd026082c95cd3d67ecb3d451cd68d6
Fix animation bug. Helpers.findNextWhere no longer returned the index of the item. This causes the wrong animation object to be removed.
src/core/core.animation.js
src/core/core.helpers.js