From 77c20c30bde7941f1489ce47d8aea439ec1b8e5f Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Sun, 26 Apr 2020 09:54:06 +1000 Subject: added tests for css.js --- src/modules/optional/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3