]> source.dussan.org Git - jquery.git/commit
Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 21 Jan 2020 13:12:35 +0000 (14:12 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 13:12:35 +0000 (14:12 +0100)
commit23d53928f383b0e7440bf4b08b7524e6af232fad
treee3d3b4b78a0e2aa53dfa3a4e4ac57296881f47b7
parent865469f5e60f55feb28469bb0a7526dd22f04b4e
Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated

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
Gruntfile.js
README.md
src/deprecated.js
src/deprecated/ajax-event-alias.js [new file with mode: 0644]
src/deprecated/event.js [new file with mode: 0644]
src/event/ajax.js [deleted file]
src/event/alias.js [deleted file]
src/jquery.js