CSS: fix AMD mode for the new showHide module

This commit is contained in:
Timmy Willison
2015-10-18 15:09:59 -04:00
parent 9f9e204bba
commit 32cfc38a9c

View File

@@ -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,