Skip to content

Commit

Permalink
Update time-to-interactive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 28, 2016
1 parent e8ce6c8 commit 47b8148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/time-to-interactive.js
Expand Up @@ -88,7 +88,7 @@ class TTIMetric extends Audit {

if (eightyFivePctVC) {
// TODO CHECK these units are the same
visuallyReadyTiming = eightyFivePctVC.getTimeStamp() - timings.navStart
visuallyReadyTiming = eightyFivePctVC.getTimeStamp() - timings.navStart;
}
}

Expand Down

0 comments on commit 47b8148

Please sign in to comment.