]> source.dussan.org Git - svg.js.git/commit
Actually added the linter to gulp and fixed most errors
authorSaivan <savian@me.com>
Mon, 26 Feb 2018 15:08:37 +0000 (02:08 +1100)
committerSaivan <savian@me.com>
Mon, 26 Feb 2018 15:08:37 +0000 (02:08 +1100)
commitdc6a25c008da1d84d49ffb4902a31fc5477e578e
treeb1edf8a35054f0bf16b6a310d4ef09d5f43d1851
parent15637375c5a00b64ae6b493187e5791cfadbc94f
Actually added the linter to gulp and fixed most errors

This commit fixes most of the errors raised by standard.
There is still a strange call error, but that will be the
focus of the next commit
25 files changed:
dist/svg.js
dist/svg.min.js
gulpfile.js
package.json
src/HtmlNode.js
src/array.js
src/boxes.js
src/color.js
src/css.js
src/element.js
src/ellipse.js
src/fx.js
src/helpers.js
src/line.js
src/matrix.js
src/parent.js
src/path.js
src/patharray.js
src/pointarray.js
src/pointed.js
src/poly.js
src/selector.js
src/textpath.js
src/transform.js
src/use.js