Home
last modified time | relevance | path

Searched refs:DOMReadyList (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/www/video-js/
Dvideo.js1674 DOMReadyList: [], property
1679 VideoJS.DOMReadyList.push(fn);
1688 if (VideoJS.DOMReadyList) {
1689 for (var i=0; i<VideoJS.DOMReadyList.length; i++) {
1690 VideoJS.DOMReadyList[i].call(document);
1692 VideoJS.DOMReadyList = null;