Skip to content

Commit 32cfc38

Browse files
committed
CSS: fix AMD mode for the new showHide module
1 parent 9f9e204 commit 32cfc38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/showHide.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
define( [
2+
"../core",
23
"../data/var/dataPriv",
34
"../css/var/isHidden"
4-
], function( dataPriv, isHidden ) {
5+
], function( jQuery, dataPriv, isHidden ) {
56

67
function showHide( elements, show ) {
78
var display, elem,

0 commit comments

Comments
 (0)