diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-01-27 19:22:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 19:22:05 +0100 |
commit | 3edfa1bcdc50bca41ac58b2642b12f3feee03a3b (patch) | |
tree | 99ed967f52b9487de65170e65142e3a3a4de8bb7 | |
parent | 338f1fc77483a1bc1456e1f4ba1db2049bb45b45 (diff) | |
download | jquery-3edfa1bcdc50bca41ac58b2642b12f3feee03a3b.tar.gz jquery-3edfa1bcdc50bca41ac58b2642b12f3feee03a3b.zip |
Docs: Remove a mention of the event/alias.js module from README
The file contents now lie in deprecated/event.js so the README reference
is no longer correct.
Ref gh-4572
Closes gh-4599
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |