]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Prefix private controller methods with underscore (#7081)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Mon, 10 Feb 2020 22:57:22 +0000 (14:57 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 22:57:22 +0000 (17:57 -0500)
commit2f17dbcd701060c47818ea12d97ae6b813518277
tree8d66670bb015885be00ab38efb5d7338c7b5943f
parent460ac02a9246737843756c57b99ff0c7f1c40230
Prefix private controller methods with underscore (#7081)

Prefix private controller methods with underscore
docs/getting-started/v3-migration.md
src/controllers/controller.bar.js
src/core/core.animator.js
src/core/core.controller.js
src/core/core.datasetController.js
src/core/core.plugins.js
test/fixtures/core.tooltip/opacity.js
test/specs/controller.bar.tests.js
test/specs/core.datasetController.tests.js
test/utils.js