diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-26 09:54:06 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-26 09:54:06 +1000 |
commit | 77c20c30bde7941f1489ce47d8aea439ec1b8e5f (patch) | |
tree | d39ff1f3b875d4a49308898ba2aba6fba0a24ab7 /src/modules | |
parent | 4f6e1fb5e66960040836fa38720933ee553c1d0f (diff) | |
download | svg.js-77c20c30bde7941f1489ce47d8aea439ec1b8e5f.tar.gz svg.js-77c20c30bde7941f1489ce47d8aea439ec1b8e5f.zip |
added tests for css.js
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/optional/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/optional/css.js b/src/modules/optional/css.js index 0caf551..c4a593a 100644 --- a/src/modules/optional/css.js +++ b/src/modules/optional/css.js @@ -19,7 +19,7 @@ export function css (style, val) { } if (arguments.length < 2) { - // get style properties in the array + // get style properties as array if (Array.isArray(style)) { for (const name of style) { const cased = camelCase(name) |