Searched refs:queriedParents (Results 1 – 2 of 2) sorted by relevance
259 var queriedParents = [];262 queriedParents = Array.prototype.slice.call(document.querySelectorAll(parent), 0); property264 queriedParents.push(parent); field268 if (queriedParents.indexOf(node) > -1) {
1 …queriedParents=[];if(typeof parent==='string'){queriedParents=Array.prototype.slice.call(document.…