]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Change this -> me in source files
authorzachpanz88 <zachary@panzarino.com>
Sat, 4 Jun 2016 18:14:16 +0000 (14:14 -0400)
committerzachpanz88 <zachary@panzarino.com>
Sat, 4 Jun 2016 18:14:16 +0000 (14:14 -0400)
commit5fae4dd3050fbd51da13ec1f5433d7f487758763
tree6dd889280fb6a58317beec8c66ff5ad5c7e2fc60
parent829c2be2bcbbe74cd4ded4933234b9ab0d2ca55a
Change this -> me in source files
This change allows for smaller minified code in the final version, resulting in a smaller file size. Some files had previously used _this, but that has been changed to me to keep consistency throughout the project.
22 files changed:
docs/01-Chart-Configuration.md
docs/09-Advanced.md
src/controllers/controller.bar.js
src/controllers/controller.doughnut.js
src/controllers/controller.line.js
src/controllers/controller.polarArea.js
src/controllers/controller.radar.js
src/core/core.animation.js
src/core/core.controller.js
src/core/core.datasetController.js
src/core/core.element.js
src/core/core.legend.js
src/core/core.scale.js
src/core/core.title.js
src/core/core.tooltip.js
src/elements/element.line.js
src/scales/scale.category.js
src/scales/scale.linear.js
src/scales/scale.linearbase.js
src/scales/scale.logarithmic.js
src/scales/scale.radialLinear.js
src/scales/scale.time.js