diff --git a/js/jquery.amd.shim.js b/js/jquery.amd.shim.js index c93be3d6..41bd5b59 100644 --- a/js/jquery.amd.shim.js +++ b/js/jquery.amd.shim.js @@ -1,3 +1,3 @@ -if ( typeof define === "function" && define.amd && !define.amd.jQuery ) { +if ( typeof define === "function" && define.amd ) { define( "jquery", [], function () { return jQuery; } ); } \ No newline at end of file