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