mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Revert "CSS: fix AMD mode for the new showHide module"
This reverts commit 32cfc38a9c
.
This commit is contained in:
parent
43996d166e
commit
88df7676d7
@ -1,8 +1,7 @@
|
||||
define( [
|
||||
"../core",
|
||||
"../data/var/dataPriv",
|
||||
"../css/var/isHidden"
|
||||
], function( jQuery, dataPriv, isHidden ) {
|
||||
], function( dataPriv, isHidden ) {
|
||||
|
||||
function showHide( elements, show ) {
|
||||
var display, elem,
|
||||
|
Loading…
Reference in New Issue
Block a user