Home
last modified time | relevance | path

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

/plugin/revealjs/js/
H A Dreveal.js3656 …stopEmbeddedContent( previousBackground, { unloadIframes: !shouldPreload( previousBackground ) } );
3773 function shouldPreload( element ) { function
3803 if( element.tagName !== 'IFRAME' || shouldPreload( element ) ) {
3902 if( shouldPreload( background ) && !/autoplay=(1|true|yes)/gi.test( backgroundIframe ) ) {