aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing/var/siblings.js
Commit message (Collapse)AuthorAgeFilesLines
* Traversing: Don't expose jQuery.dir & jQuery.siblingMichał Gołębiowski2015-09-081-0/+15
jQuery.dir & jQuery.sibling are undocumented internal APIs; they shouldn't be exposed. (cherry-picked from f9ef427d355a8a2b531aed5d112dfa4f9692105c) Fixes gh-2512 Closes gh-2525