]> source.dussan.org Git - svg.js.git/commit
typos (#1179)
authorordago <ordago@users.noreply.github.com>
Thu, 17 Dec 2020 05:43:50 +0000 (05:43 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 05:43:50 +0000 (15:43 +1000)
commit4f4dc2afa62cb899a5cae72c359150f8adf27edb
tree617ed30d3c2aff6182216f24054a7b0d3c229ede
parentc01bead5556cedea7dff8d4965bd70070b018c6f
typos (#1179)

* typos in 1000-accesses.js

* typos in transforms.js

* typos in Controller.js

* typos in Runner.js

* typos in Timeline.js

* typos in Dom.js

* typos in Marker.js

* typos in Mask.js

* typos in Tspan.js

* typos in containerGeometry.js

* typos in event.js

* typos in css.js

* typos in data.js

* typos in sugar.js

* typos in EventTarget.js

* typos in List.js

* typos in Matrix.js

* typos in SVGArray.js

* typos in utils.js

* typos in RAFPlugin.js

* typos in Runner.js

* typos in Timeline.js

* typos in Dom.js

* typos in Pattern.js

* typos in arrange.js

* typos in Box.js

* typos in SVGNumber.js

* typos in utils.js

* typos in CONTRIBUTING.md
29 files changed:
.github/CONTRIBUTING.md
bench/tests/10000-accesses.js
playgrounds/transforms/transforms.js
spec/RAFPlugin.js
spec/spec/animation/Controller.js
spec/spec/animation/Runner.js
spec/spec/animation/Timeline.js
spec/spec/elements/Dom.js
spec/spec/elements/Marker.js
spec/spec/elements/Mask.js
spec/spec/elements/Tspan.js
spec/spec/modules/core/containerGeometry.js
spec/spec/modules/core/event.js
spec/spec/modules/optional/css.js
spec/spec/modules/optional/data.js
spec/spec/modules/optional/sugar.js
spec/spec/types/EventTarget.js
spec/spec/types/List.js
spec/spec/types/Matrix.js
spec/spec/types/SVGArray.js
spec/spec/utils/utils.js
src/animation/Runner.js
src/animation/Timeline.js
src/elements/Dom.js
src/elements/Pattern.js
src/modules/optional/arrange.js
src/types/Box.js
src/types/SVGNumber.js
src/utils/utils.js