Bounteous-Inc / youtube-google-analytics

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

Better variable declaration #3

Closed bitliner closed 9 years ago

bitliner commented 10 years ago

Using original script it was causing errors after minification. The reason was a missing declaration of variables in onreadystatechange callback. So some variables were considered as global, but with minification (that restricts even the scope) they resulted as undefined