]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Move extend and inherits helpers in helpers.core.js (#4878)
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 24 Oct 2017 17:11:40 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2017 17:11:40 +0000 (19:11 +0200)
commit26c1936dee7dcc2f00b63af9bb04e9af1703e461
tree28e0d991071a55be9bff050afb22cebe03fbe7a3
parentc81a55fed1d9da9f97cc26391083876e5471e84f
Move extend and inherits helpers in helpers.core.js (#4878)

Fix Rollup issue caused by early access of the `extend` and `inherits` helpers not yet part of the `helpers/index` import. Also added (basic) unit tests for whose methods.
src/core/core.helpers.js
src/helpers/helpers.core.js
test/specs/core.helpers.tests.js
test/specs/helpers.core.tests.js