Skip to content

Commit 2a3018c

Browse files
committed
README: Update the description of the deprecated module
(cherry-picked from 1d75273) .andSelf is now gone.
1 parent e4cbc97 commit 2a3018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Some example modules that can be excluded are:
8282
- **ajax/script**: The `<script>` AJAX transport only; used to retrieve scripts.
8383
- **ajax/jsonp**: The JSONP AJAX transport only; depends on the ajax/script transport.
8484
- **css**: The `.css()` method plus non-animated `.show()`, `.hide()` and `.toggle()`. Also removes **all** modules depending on css (including **effects**, **dimensions**, and **offset**).
85-
- **deprecated**: Methods documented as deprecated but not yet removed; currently only `.andSelf()`.
85+
- **deprecated**: Methods documented as deprecated but not yet removed.
8686
- **dimensions**: The `.width()` and `.height()` methods, including `inner-` and `outer-` variations.
8787
- **effects**: The `.animate()` method and its shorthands such as `.slideUp()` or `.hide("slow")`.
8888
- **event**: The `.on()` and `.off()` methods and all event functionality. Also removes `event/alias`.

0 commit comments

Comments
 (0)