зеркало из https://github.com/mozilla/popcorn-js.git
[#1147] Added comments for what things are for.
This commit is contained in:
Родитель
09c5d98f44
Коммит
9a0a8f8167
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче