aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated/ajax-event-alias.js
Commit message (Collapse)AuthorAgeFilesLines
* Ajax: Deprecate AJAX event aliases, inline event/alias into deprecatedMichał Gołębiowski-Owczarek2020-01-211-0/+17
A new `src/deprecated` directory makes it possible to exclude some deprecated APIs from a custom build when their respective "parent" module is excluded without keeping that module outside of the `src/deprecated` directory or the `src/deprecated.js` file. Closes gh-4572