]> source.dussan.org Git - jquery.git/commitdiff
README: Update the description of the deprecated module
authorMichał Gołębiowski <m.goleb@gmail.com>
Thu, 30 Oct 2014 13:16:32 +0000 (14:16 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Thu, 30 Oct 2014 13:16:32 +0000 (14:16 +0100)
.andSelf is now gone.

README.md

index 1b64fac2cdc46fb5d99eaa4538870e26541f1a12..17c9fd6089406fa0e8f98a35a3bbfdaad4af0c64 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Some example modules that can be excluded are:
 - **ajax/script**: The `<script>` AJAX transport only; used to retrieve scripts.
 - **ajax/jsonp**: The JSONP AJAX transport only; depends on the ajax/script transport.
 - **css**: The `.css()` method plus non-animated `.show()`, `.hide()` and `.toggle()`. Also removes **all** modules depending on css (including **effects**, **dimensions**, and **offset**).
-- **deprecated**: Methods documented as deprecated but not yet removed; currently only `.andSelf()`.
+- **deprecated**: Methods documented as deprecated but not yet removed.
 - **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. Also removes `event/alias`.