Bug 1248978 - Fix spelling error in page.js. r=jdm

MozReview-Commit-ID: LrZ4EZmwUy
This commit is contained in:
bsilverberg
2016-02-17 10:01:27 -05:00
parent f6ca8b0e94
commit a6c4e373f8

View File

@@ -167,7 +167,7 @@ var gPage = {
gAllPages.unregister(this);
// compute page life-span and send telemetry probe: using milli-seconds will leave
// many low buckets empty. Instead we use half-second precision to make low end
// of histogram linear and not loose the change in user attention
// of histogram linear and not lose the change in user attention
let delta = Math.round((Date.now() - this._firstVisibleTime) / 500);
if (this._suggestedTilePresent) {
Services.telemetry.getHistogramById("NEWTAB_PAGE_LIFE_SPAN_SUGGESTED").add(delta);