[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, 10 May 2012 19:24:04 UTC