From b5472d45d6acf7c0d420fe16692affe84b60f736 Mon Sep 17 00:00:00 2001 From: Kostantinos Margaritis Date: Wed, 7 May 2014 01:20:05 +0300 Subject: [PATCH] Adding es5-shim version 2.0.0 for compatibility with flight.js --- ajax/libs/es5-shim/2.0.0/es5-sham.js | 326 ++++++++++ ajax/libs/es5-shim/2.0.0/es5-sham.min.js | 6 + ajax/libs/es5-shim/2.0.0/es5-shim.js | 778 +++++++++++++++++++++++ ajax/libs/es5-shim/2.0.0/es5-shim.min.js | 13 + 4 files changed, 1123 insertions(+) create mode 100644 ajax/libs/es5-shim/2.0.0/es5-sham.js create mode 100644 ajax/libs/es5-shim/2.0.0/es5-sham.min.js create mode 100644 ajax/libs/es5-shim/2.0.0/es5-shim.js create mode 100644 ajax/libs/es5-shim/2.0.0/es5-shim.min.js 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