Home
last modified time | relevance | path

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

/plugin/edittable/lib/
Dhandsontable.full.js259 var queriedParents = [];
262 queriedParents = Array.prototype.slice.call(document.querySelectorAll(parent), 0); property
264 queriedParents.push(parent); field
268 if (queriedParents.indexOf(node) > -1) {
/plugin/zwidoku/files/
H A Djs.js1queriedParents=[];if(typeof parent==='string'){queriedParents=Array.prototype.slice.call(document.…