aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing/var
Commit message (Collapse)AuthorAgeFilesLines
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-253-0/+6
| | | | Fixes gh-3073
* Traversing: Don't expose jQuery.dir & jQuery.siblingMichał Gołębiowski2015-09-082-0/+35
| | | | | | | | jQuery.dir & jQuery.sibling are undocumented internal APIs; they shouldn't be exposed. Fixes gh-2512 Closes gh-2525
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-2/+2
| | | | Fixes gh-2056
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-091-0/+6
across all modules)