]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Improve joshing reporting. Added a JSHint config file.
authoretimberg <evert.timberg@gmail.com>
Sun, 14 Feb 2016 01:12:26 +0000 (20:12 -0500)
committeretimberg <evert.timberg@gmail.com>
Sun, 14 Feb 2016 01:12:26 +0000 (20:12 -0500)
commitf6951816a05c4d5dcb9259fe7f7a340ea1b17a79
treeaef6684bf088127199cfa24036eda536b4a4498f
parentd9af94a7153a09f1cc2d73c708bfccc9ca892ae1
Improve joshing reporting. Added a JSHint config file.

Fixed JSHint warnings.
35 files changed:
config.jshintrc [new file with mode: 0644]
dist/Chart.bundle.js
dist/Chart.js
gulpfile.js
package.json
samples/timeScale/line-time-scale.html
src/chart.js
src/charts/Chart.Radar.js
src/controllers/controller.bar.js
src/controllers/controller.bubble.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.helpers.js
src/core/core.js
src/core/core.layoutService.js
src/core/core.legend.js
src/core/core.scale.js
src/core/core.scaleService.js
src/core/core.title.js
src/core/core.tooltip.js
src/elements/element.arc.js
src/elements/element.line.js
src/elements/element.point.js
src/elements/element.rectangle.js
src/scales/scale.category.js
src/scales/scale.linear.js
src/scales/scale.logarithmic.js
src/scales/scale.radialLinear.js
src/scales/scale.time.js