CSS: fix AMD mode for the new showHide module

(cherry picked from commit 32cfc38a9c)

Conflicts:
	src/css/showHide.js
This commit is contained in:
Timmy Willison 2015-10-18 15:09:59 -04:00 committed by Richard Gibson
parent 52491ae3f0
commit 0b6846c6b7

View File

@ -1,6 +1,7 @@
define( [
"../core",
"../css/var/isHidden"
], function( isHidden ) {
], function( jQuery, isHidden ) {
function showHide( elements, show ) {
var display, elem,