]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Decomplexify Chart.core.controller.eventHandler 2612/head
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 21 May 2016 22:21:59 +0000 (00:21 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 21 May 2016 22:58:02 +0000 (00:58 +0200)
commit7f71990a40d12c019b5ba341afd42d93e20ebc42
treebd975812c94ad90470a04177b89c87b38b5e5937
parentd584afb5434d8a3cfbc0df856b88792dd2738037
Decomplexify Chart.core.controller.eventHandler

Refactor redundant code, use local variables and introduce a new helper to compare arrays (Chart.helpers.arrayEquals).
src/core/core.controller.js
src/core/core.helpers.js