]> source.dussan.org Git - jquery.git/commitdiff
Docs: Remove a mention of the event/alias.js module from README
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 27 Jan 2020 18:22:05 +0000 (19:22 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 18:22:05 +0000 (19:22 +0100)
The file contents now lie in deprecated/event.js so the README reference
is no longer correct.

Ref gh-4572
Closes gh-4599

README.md

index 865383a87904d6fd3dd4352c4f53d0705641d17c..c3e5361a03626a768a57548636271a3fc696c23a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ Some example modules that can be excluded are:
 - **dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
 - **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
 - **event**: The `.on()` and `.off()` methods and all event functionality.
-- **event/trigger**: The `.trigger()` and `.triggerHandler()` methods. Used by the **alias** module.
+- **event/trigger**: The `.trigger()` and `.triggerHandler()` methods.
 - **offset**: The `.offset()`, `.position()`, `.offsetParent()`, `.scrollLeft()`, and `.scrollTop()` methods.
 - **wrap**: The `.wrap()`, `.wrapAll()`, `.wrapInner()`, and `.unwrap()` methods.
 - **core/ready**: Exclude the ready module if you place your scripts at the end of the body. Any ready callbacks bound with `jQuery()` will simply be called immediately. However, `jQuery(document).ready()` will not be a function and `.on("ready", ...)` or similar will not be triggered.