From 4cb4bd0220bc4ab7a9c5fc45a6f151d05ad02a3a Mon Sep 17 00:00:00 2001
From: Ben Alpert
Date: Wed, 21 May 2014 00:07:18 -0700
Subject: [PATCH] Add shims to examples
I find myself often using (modified) examples to test in IE and it's a pain to have to add the shims in every time. Might as well just add them in always.
---
examples/ballmer-peak/index.html | 3 +++
examples/basic-commonjs/index.html | 3 +++
examples/basic-jsx-external/index.html | 3 +++
examples/basic-jsx-precompile/index.html | 3 +++
examples/basic-jsx/index.html | 3 +++
examples/basic/index.html | 3 +++
examples/jquery-bootstrap/index.html | 3 +++
examples/jquery-mobile/index.html | 3 +++
examples/shared/thirdparty/console-polyfill.js | 15 +++++++++++++++
examples/shared/thirdparty/es5-sham.min.js | 2 ++
examples/shared/thirdparty/es5-shim.min.js | 2 ++
examples/transitions/index.html | 3 +++
12 files changed, 46 insertions(+)
create mode 100644 examples/shared/thirdparty/console-polyfill.js
create mode 100644 examples/shared/thirdparty/es5-sham.min.js
create mode 100644 examples/shared/thirdparty/es5-shim.min.js
diff --git a/examples/ballmer-peak/index.html b/examples/ballmer-peak/index.html
index 586341e451..b7736a27cc 100644
--- a/examples/ballmer-peak/index.html
+++ b/examples/ballmer-peak/index.html
@@ -23,6 +23,9 @@
Learn more about React at
facebook.github.io/react.
+
+
+
diff --git a/examples/basic-commonjs/index.html b/examples/basic-commonjs/index.html
index 12cb51a375..99e7551be2 100644
--- a/examples/basic-commonjs/index.html
+++ b/examples/basic-commonjs/index.html
@@ -24,6 +24,9 @@
Learn more about React at
facebook.github.io/react.
+
+
+