mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
CSS: fix AMD mode for the new showHide module
(cherry picked from commit 32cfc38a9c
)
Conflicts:
src/css/showHide.js
This commit is contained in:
parent
52491ae3f0
commit
0b6846c6b7
@ -1,6 +1,7 @@
|
||||
define( [
|
||||
"../core",
|
||||
"../css/var/isHidden"
|
||||
], function( isHidden ) {
|
||||
], function( jQuery, isHidden ) {
|
||||
|
||||
function showHide( elements, show ) {
|
||||
var display, elem,
|
||||
|
Loading…
Reference in New Issue
Block a user