]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Rename plugin service and notification method
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Fri, 10 Jun 2016 20:26:35 +0000 (22:26 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Fri, 10 Jun 2016 20:26:35 +0000 (22:26 +0200)
commit7a419af4c2a9a4190fbe2ef550e20d38505cd648
treed101cc99b8eac7045690a61d3e7f06d9dce22f03
parentd901687c2d5bb011505c599bfb03aec3a810993f
Rename plugin service and notification method

Rename `Chart.pluginService` to `Chart.plugins` (so move the old Chart.plugins array as a private member of the service), and rename `notifyPlugins` to `notify` for consistency with other service methods.
src/chart.js
src/core/core.controller.js
src/core/core.legend.js
src/core/core.plugin.js
src/core/core.title.js
test/core.plugin.tests.js