fix wrong param name in JSDoc
This commit is contained in:
parent
fef5d77443
commit
f446f0da7d
|
@ -2,7 +2,7 @@ import { ready } from './ready';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {NodeList} elements
|
* @param {NodeList} elements
|
||||||
* @param {string} styleProp
|
* @param {string} prop
|
||||||
* @param {*} value
|
* @param {*} value
|
||||||
*/
|
*/
|
||||||
const applyStyle = (elements, prop, value) => {
|
const applyStyle = (elements, prop, value) => {
|
||||||
|
|
Loading…
Reference in New Issue