]> source.dussan.org Git - jquery.git/commitdiff
CSS: fix AMD mode for the new showHide module
authorTimmy Willison <timmywillisn@gmail.com>
Sun, 18 Oct 2015 19:09:59 +0000 (15:09 -0400)
committerRichard Gibson <richard.gibson@gmail.com>
Sun, 25 Oct 2015 19:10:48 +0000 (15:10 -0400)
(cherry picked from commit 32cfc38a9c76d1f9163759c811cb9c82eb47d565)

Conflicts:
src/css/showHide.js

src/css/showHide.js

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