We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329903d commit 0e2a0a1Copy full SHA for 0e2a0a1
src/util/dom.js
@@ -187,7 +187,7 @@ function setClass (el, cls) {
187
* Add class with compatibility for IE & SVG
188
*
189
* @param {Element} el
190
- * @param {Strong} cls
+ * @param {String} cls
191
*/
192
193
export function addClass (el, cls) {
@@ -205,7 +205,7 @@ export function addClass (el, cls) {
205
* Remove class with compatibility for IE & SVG
206
207
208
209
210
211
export function removeClass (el, cls) {
0 commit comments