From: Oleg Gaidarenko Date: Tue, 22 Dec 2015 11:24:15 +0000 (+0300) Subject: Revert "CSS: Make show/hide/toggle methods a module" X-Git-Tag: 1.12.0~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=079e0796aef76a384d99df3d9a398e9890af6991;p=jquery.git Revert "CSS: Make show/hide/toggle methods a module" This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2. --- diff --git a/Gruntfile.js b/Gruntfile.js index 21d103348..ced59f288 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -67,9 +67,7 @@ module.exports = function( grunt ) { removeWith: { ajax: [ "manipulation/_evalUrl", "event/ajax" ], callbacks: [ "deferred" ], - css: [ "effects", "dimensions", "offset" ], - "css/showHide": [ "effects" ], - sizzle: [ "css/hiddenVisibleSelectors", "effects/animatedSelector" ] + css: [ "effects", "dimensions", "offset" ] } } }, diff --git a/README.md b/README.md index 342abdd9a..3c1b2f355 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,7 @@ Some example modules that can be excluded are: - **ajax/xhr**: The XMLHTTPRequest AJAX transport only. - **ajax/script**: The `