Skip to content

Commit

Permalink
Add missing jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdzwinel committed Feb 7, 2018
1 parent 9be3b4c commit 12c8c26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lighthouse-core/report/v2/renderer/category-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ class CategoryRenderer {
}
}

/**
* @param {!Array<!Element>} elements
* @return {!Element}
*/
_renderFailedAuditsSection(elements) {
const failedElem = this._renderAuditGroup({
title: `${this._getTotalAuditsLength(elements)} Failed Audits`,
Expand Down

0 comments on commit 12c8c26

Please sign in to comment.