Bounteous-Inc / youtube-google-analytics

YouTube Google Analytics Embed Tracking
MIT License
232 stars 89 forks source link

missing VAR declaration in function #24

Closed homewardmedia closed 9 years ago

homewardmedia commented 9 years ago

I was getting a "key is undefined" error. You need to add the VAR declaration in your for loop in the checkCompletion function (line 203).

for(var key in marks)

DanWilkerson commented 9 years ago

Thanks! Should be fixed.