aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/access.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-6/+4
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-2/+2
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-9/+3
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-4/+3
* Core: deprecate jQuery.typeJason Bedard2018-01-161-2/+3
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-3/+4
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-6/+9
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-5/+10
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-031-1/+1
* Core: Consistently use local reference to access()Timo Tijhof2014-07-121-1/+1
* Reduce size by reordering variable declarationsChris Antaki2013-12-161-3/+3
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-091-44/+46
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-0/+58