Skip to content

Commit

Permalink
CSS: fix AMD mode for the new showHide module
Browse files Browse the repository at this point in the history
(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 0b6846c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/showHide.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
define( [
"../core",
"../css/var/isHidden"
], function( isHidden ) {
], function( jQuery, isHidden ) {

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

0 comments on commit 0b6846c

Please sign in to comment.