[#1147] Added comments for what things are for.

This commit is contained in:
Scott Downe 2012-06-14 11:24:06 -04:00
Родитель 09c5d98f44
Коммит 9a0a8f8167
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,8 @@ window.onYouTubePlayerAPIReady = function() {
}
};
// existing youtube references can break us.
// remove it and use the one we can trust.
window.YT = null;
onYouTubePlayerAPIReady.waiting = [];

Просмотреть файл

@ -4,6 +4,8 @@
<title>Popcorn YouTube Player</title>
<link rel="stylesheet" href="../../test/qunit/qunit.css" type="text/css" media="screen">
<script src="../../test/qunit/qunit.js"></script>
<!-- Tests the safe-load of Youtube library -->
<script src="http://s.ytimg.com/yt/jsbin/www-widgetapi-vflCAfh6H.js"></script>
<!--
do not move - this must be called immediately prior to popcorn.js.