Skip to content

Commit 0b6846c

Browse files
timmywilgibson042
authored andcommitted
CSS: fix AMD mode for the new showHide module
(cherry picked from commit 32cfc38) Conflicts: src/css/showHide.js
1 parent 52491ae commit 0b6846c

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,6 +1,7 @@
11
define( [
2+
"../core",
23
"../css/var/isHidden"
3-
], function( isHidden ) {
4+
], function( jQuery, isHidden ) {
45

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

0 commit comments

Comments
 (0)