Prechádzať zdrojové kódy

Merge pull request #1975 from kaorun343/fix-typo

Update dom.js
Evan You 10 rokov pred
rodič
commit
5496497aca
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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
  * Add class with compatibility for IE & SVG
  *
  *
  * @param {Element} el
  * @param {Element} el
- * @param {Strong} cls
+ * @param {String} cls
  */
  */
 
 
 export function addClass (el, cls) {
 export function addClass (el, cls) {
@@ -205,7 +205,7 @@ export function addClass (el, cls) {
  * Remove class with compatibility for IE & SVG
  * Remove class with compatibility for IE & SVG
  *
  *
  * @param {Element} el
  * @param {Element} el
- * @param {Strong} cls
+ * @param {String} cls
  */
  */
 
 
 export function removeClass (el, cls) {
 export function removeClass (el, cls) {