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 9f9e204 commit 32cfc38Copy full SHA for 32cfc38
src/css/showHide.js
@@ -1,7 +1,8 @@
1
define( [
2
+ "../core",
3
"../data/var/dataPriv",
4
"../css/var/isHidden"
-], function( dataPriv, isHidden ) {
5
+], function( jQuery, dataPriv, isHidden ) {
6
7
function showHide( elements, show ) {
8
var display, elem,
0 commit comments