diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-10-30 14:16:32 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-10-30 14:16:32 +0100 |
commit | 1d752731011d35e985271334ff98186728949f03 (patch) | |
tree | 8c33a5a1b5f96318466408240b54363b1cb40772 /README.md | |
parent | f110360f65a268e959ae892ca36e85da3d91e606 (diff) | |
download | jquery-1d752731011d35e985271334ff98186728949f03.tar.gz jquery-1d752731011d35e985271334ff98186728949f03.zip |
README: Update the description of the deprecated module
.andSelf is now gone.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |