We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52491ae commit 0b6846cCopy full SHA for 0b6846c
src/css/showHide.js
@@ -1,6 +1,7 @@
1
define( [
2
+ "../core",
3
"../css/var/isHidden"
-], function( isHidden ) {
4
+], function( jQuery, isHidden ) {
5
6
function showHide( elements, show ) {
7
var display, elem,
0 commit comments