aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-10-30 14:16:32 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-10-30 15:30:11 +0100
commit2a3018cec9154189ea4317e259390864ce8d81cd (patch)
treeb80b920e0b455138a66d36416afec21030090ad8 /README.md
parente4cbc973d5a5d3b86856fc702f10add36ed0e860 (diff)
downloadjquery-2a3018cec9154189ea4317e259390864ce8d81cd.tar.gz
jquery-2a3018cec9154189ea4317e259390864ce8d81cd.zip
README: Update the description of the deprecated module
(cherry-picked from 1d752731011d35e985271334ff98186728949f03) .andSelf is now gone.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f67ce666..5524e1213 100644
--- 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`.