From: Timmy Willison Date: Sun, 18 Oct 2015 19:09:59 +0000 (-0400) Subject: CSS: fix AMD mode for the new showHide module X-Git-Tag: 1.12.0~80 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0b6846c6b77b0f810c42021090154e1910de135a;p=jquery.git CSS: fix AMD mode for the new showHide module (cherry picked from commit 32cfc38a9c76d1f9163759c811cb9c82eb47d565) Conflicts: src/css/showHide.js --- diff --git a/src/css/showHide.js b/src/css/showHide.js index d143d4885..47d353a67 100644 --- a/src/css/showHide.js +++ b/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,