Skip to content

Commit

Permalink
Fix jsDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Nov 26, 2014
1 parent 9407451 commit c537ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.blocks/menu-item/menu-item.js
Expand Up @@ -37,7 +37,7 @@ provide(BEMDOM.decl(this.name, /** @lends menu-item.prototype */{

/**
* Checks whether given value is equal to current value
* @param {*} val
* @param {String|Number} val
* @returns {Boolean}
*/
isValEq : function(val) {
Expand Down

0 comments on commit c537ff1

Please sign in to comment.