Skip to content

Commit

Permalink
Update docfiles/pxtweb/cookieCompliance.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Sparks <[email protected]>
  • Loading branch information
eanders-ms and thsparks authored Dec 10, 2024
1 parent e055831 commit 035dbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfiles/pxtweb/cookieCompliance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace pxt {

export let startTimeMs: number;
export let stats: {
// name, start, duration
// name, start, duration, params
durations: [string, number, number, Map<string>?][],
// name, event
milestones: [string, number, Map<string>?][]
Expand Down

0 comments on commit 035dbcf

Please sign in to comment.