Skip to content

Commit 3edfa1b

Browse files
authored
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
1 parent 338f1fc commit 3edfa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Some example modules that can be excluded are:
8787
- **dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
8888
- **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
8989
- **event**: The `.on()` and `.off()` methods and all event functionality.
90-
- **event/trigger**: The `.trigger()` and `.triggerHandler()` methods. Used by the **alias** module.
90+
- **event/trigger**: The `.trigger()` and `.triggerHandler()` methods.
9191
- **offset**: The `.offset()`, `.position()`, `.offsetParent()`, `.scrollLeft()`, and `.scrollTop()` methods.
9292
- **wrap**: The `.wrap()`, `.wrapAll()`, `.wrapInner()`, and `.unwrap()` methods.
9393
- **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.

0 commit comments

Comments
 (0)