Skip to content

Commit

Permalink
Update lighthouse-core/audits/third-party-facades.js
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Hulce <patrick.hulce@gmail.com>
  • Loading branch information
adamraine and patrickhulce committed Nov 11, 2020
1 parent 2256b7c commit d617f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/third-party-facades.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class ThirdPartyFacades extends Audit {

/**
* Sort items by transfer size and combine small items into a single row.
* items will be condensed to maximum of 6 rows.
* Items will be mutated in place to a maximum of 6 rows.
* @param {ThirdPartySummary.URLSummary[]} items
*/
static condenseItems(items) {
Expand Down

0 comments on commit d617f06

Please sign in to comment.