Skip to content

Commit

Permalink
Cosmoz tabbed behavior, codeclimate fix.
Browse files Browse the repository at this point in the history
cosmoz-tabbed-behavior.html, codeclimate fix.
  • Loading branch information
dotpointer committed Apr 24, 2018
1 parent f7a2184 commit f397e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmoz-tabbed-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
* property.
*
* @param {boolean} isSelected Whether tab is opened or not.
* @returns {string}
* @returns {string} Opened icon name.
*/
_computeOpenedIcon: function (isSelected) {
return isSelected ? 'expand-less' : 'expand-more';
Expand Down

0 comments on commit f397e1b

Please sign in to comment.