Browse Source

Update dom.js

Kaoru Hagihara 10 years ago
parent
commit
0e2a0a1f6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/util/dom.js

+ 2 - 2
src/util/dom.js

@@ -187,7 +187,7 @@ function setClass (el, cls) {
  * Add class with compatibility for IE & SVG
  *
  * @param {Element} el
- * @param {Strong} cls
+ * @param {String} cls
  */
 
 export function addClass (el, cls) {
@@ -205,7 +205,7 @@ export function addClass (el, cls) {
  * Remove class with compatibility for IE & SVG
  *
  * @param {Element} el
- * @param {Strong} cls
+ * @param {String} cls
  */
 
 export function removeClass (el, cls) {