diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 1 insertions, 3 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" ] } } }, |