Skip to content
Permalink
Browse files
CSS: fix AMD mode for the new showHide module
(cherry picked from commit 32cfc38)

Conflicts:
	src/css/showHide.js
  • Loading branch information
timmywil authored and gibson042 committed Oct 25, 2015
1 parent 52491ae commit 0b6846c6b77b0f810c42021090154e1910de135a
Showing with 2 additions and 1 deletion.
  1. +2 −1 src/css/showHide.js
@@ -1,6 +1,7 @@
define( [
"../core",
"../css/var/isHidden"
], function( isHidden ) {
], function( jQuery, isHidden ) {

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

0 comments on commit 0b6846c

Please sign in to comment.