From 303410638358ab2a8cd84d11a6c8a2019edbb5c7 Mon Sep 17 00:00:00 2001 From: Christopher De Cairos Date: Wed, 1 Jun 2011 18:44:41 -0400 Subject: [PATCH] fixed leaking var --- popcorn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn.js b/popcorn.js index c25c08b1..06a7b53d 100644 --- a/popcorn.js +++ b/popcorn.js @@ -779,7 +779,7 @@ Popcorn.getTrackEvent = function( obj, trackId ) { var byStart = obj.data.trackEvents.byStart, - len = byStart.length; + len = byStart.length, o; while ( len-- ) { o = byStart[len];