aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/access.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-5/+10
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-041-1/+1
| | | | | | | jQuery.access was never documented, there is no need to keep it exposed. Fixes gh-2513 Closes gh-2524
* Core: Consistently use local reference to access()Timo Tijhof2014-07-131-1/+1
| | | | | Ref 2fb719e5aa885232c5347576e9f9e1e341a7ba15 Ref 2063d6c1896b0c46c39fa0fdecef817f2e6f57c3
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-44/+46
| | | | prettier builds). No functionality changes.
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-091-0/+58
CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. Conflicts: src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/traversing.js