mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 00:08:17 -05:00
CSS: fix AMD mode for the new showHide module
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
define( [
|
||||
"../core",
|
||||
"../data/var/dataPriv",
|
||||
"../css/var/isHidden"
|
||||
], function( dataPriv, isHidden ) {
|
||||
], function( jQuery, dataPriv, isHidden ) {
|
||||
|
||||
function showHide( elements, show ) {
|
||||
var display, elem,
|
||||
|
||||
Reference in New Issue
Block a user