]> source.dussan.org Git - svg.js.git/commit
All files now loosely abide by standard linting
authorSaivan <savian@me.com>
Mon, 26 Feb 2018 14:14:06 +0000 (01:14 +1100)
committerSaivan <savian@me.com>
Mon, 26 Feb 2018 14:14:06 +0000 (01:14 +1100)
commit15637375c5a00b64ae6b493187e5791cfadbc94f
tree44374e3a4e943de6d3382c9a99f01dc3c052c9ee
parentbec7881979149425a9c1b894f4741413b28c8141
All files now loosely abide by standard linting

This commit completes the rest of the files, making sure they are
in the standard linting format. Next we will add the linter to
the build process of our application.
23 files changed:
dist/svg.js
dist/svg.min.js
src/parent.js
src/parser.js
src/path.js
src/patharray.js
src/pattern.js
src/point.js
src/pointarray.js
src/pointed.js
src/poly.js
src/rect.js
src/regex.js
src/selector.js
src/shape.js
src/sugar.js
src/svg.js
src/symbol.js
src/text.js
src/textpath.js
src/transform.js
src/use.js
src/utilities.js