Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Sep 29, 2017
1 parent f680ad7 commit 0a66aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfbar.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ var UW = unsafeWindow;

function init() {
tb.register("Events", [
{name: "Paint", title: "First Paint"}
{name: "Paint", title: "First Paint"},
{name: "DCL", title: "DOMContentLoaded"},
{name: "TTVR", title: "Time to Visually Ready"},
{name: "Load", title: "Load Time"},
Expand Down

0 comments on commit 0a66aba

Please sign in to comment.