Home
last modified time | relevance | path

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

/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js654 function _getFileType(itemSrc){ argument
655 if (itemSrc.match(/youtube\.com\/watch/i) || itemSrc.match(/youtu\.be/i)) {
657 }else if (itemSrc.match(/vimeo\.com/i)) {
659 }else if(itemSrc.match(/\b.mov\b/i)){
661 }else if(itemSrc.match(/\b.swf\b/i)){
663 }else if(itemSrc.match(/\biframe=true\b/i)){
665 }else if(itemSrc.match(/\bajax=true\b/i)){
667 }else if(itemSrc.match(/\bcustom=true\b/i)){
669 }else if(itemSrc.substr(0,1) == '#'){