aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/access.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-5/+10
| | | | Fixes gh-2056
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-031-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-121-1/+1
| | | | | Ref 3b53b75160606610cc8f87404f89fc9e10441c4b Closes gh-1605
* Reduce size by reordering variable declarationsChris Antaki2013-12-161-3/+3
| | | | Close gh-1421
* 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.