Home | History | Annotate | Download | only in lib

Lines Matching refs:ancestors

2147   ancestors: function(element) {
2196 var ancestors = Element.ancestors(element);
2197 return Object.isNumber(expression) ? ancestors[expression] :
2198 Prototype.Selector.find(ancestors, expression, index);