From 079e0796aef76a384d99df3d9a398e9890af6991 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Tue, 22 Dec 2015 14:24:15 +0300 Subject: [PATCH] Revert "CSS: Make show/hide/toggle methods a module" This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2. --- Gruntfile.js | 4 +-- README.md | 3 +-- src/css.js | 22 +++++++++++++++- src/css/showHide.js | 28 ++------------------ test/unit/basic.js | 10 +------- test/unit/css.js | 57 +++++++++++++++++------------------------ test/unit/dimensions.js | 24 +++++++++++------ test/unit/queue.js | 3 --- 8 files changed, 66 insertions(+), 85 deletions(-) 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 `