diff --git a/ajax/libs/es5-shim/2.0.0/es5-sham.js b/ajax/libs/es5-shim/2.0.0/es5-sham.js new file mode 100644 index 000000000..a1b46cbc1 --- /dev/null +++ b/ajax/libs/es5-shim/2.0.0/es5-sham.js @@ -0,0 +1,326 @@ +// Copyright 2009-2012 by contributors, MIT License +// vim: ts=4 sts=4 sw=4 expandtab + +// Module systems magic dance +(function (definition) { + // RequireJS + if (typeof define == "function") { + define(definition); + // YUI3 + } else if (typeof YUI == "function") { + YUI.add("es5-sham", definition); + // CommonJS and