diff options
author | Rémi Tétreault <tetreault.remi@gmail.com> | 2017-05-02 21:52:46 -0400 |
---|---|---|
committer | Rémi Tétreault <tetreault.remi@gmail.com> | 2017-05-02 21:52:46 -0400 |
commit | 5f22d28f669d5697ce73d20b40fcf0a7179db86e (patch) | |
tree | e77a56cd931fc76110298b5a4e4084454429007b /CHANGELOG.md | |
parent | f9a7d3878267b274d095233f34bffc2e43c28c20 (diff) | |
download | svg.js-5f22d28f669d5697ce73d20b40fcf0a7179db86e.tar.gz svg.js-5f22d28f669d5697ce73d20b40fcf0a7179db86e.zip |
revert the previous commit
remove the typeof check in the initialisation of SVG.Matrix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a7ea8..0507871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### Changed - updated Jasmine from 2.5.2 to 2.6.0 -- allow SVG.Matrix to be passed SVG.Number +- removed the typeof check in the initialisation of SVG.Matrix ### Fixed - fixed `SVG.FX.once` so that it add its callback on the last situation instead of the current one |