RE: [PerformanceTimeline][UserTiming] Introduction

Thanks for catching this. I have updated the spec.

Thanks,
Jatinder

-----Original Message-----
From: Ms2ger [mailto:ms2ger@gmail.com] 
Sent: Thursday, May 10, 2012 12:23 PM
To: public-web-perf@w3.org
Subject: [PerformanceTimeline][UserTiming] Introduction

Hi all,

The examples in the introductions of Performance Timeline [1] and User Timing [2] contain the code

 > var perfEntries = performance.getEntries();  > for (i = 0; i < perfEntries.length; i++)

The 'i' variable is never declared; it should be.

HTH
Ms2ger

[1]
https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PerformanceTimeline/Overview.html

[2]
https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming/Overview.html

Received on Thursday, 28 June 2012 02:07:18 UTC