Version 1
[yaffs-website] / node_modules / es5-shim / bin.html
diff --git a/node_modules/es5-shim/bin.html b/node_modules/es5-shim/bin.html
new file mode 100644 (file)
index 0000000..16270ed
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width">
+  <title>JS Bin</title>
+  <script src="es5-shim.js"></script>
+  <script src="es5-sham.js"></script>
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script>
+</head>
+<body>
+  <h1>Hello Example</h1>
+  <script>
+var Hello = React.createClass({
+  displayName: "Countdown",
+  render: function() {
+    return "<p>Hello</p>";
+  }
+});
+
+
+  </script>
+</body>
+</html>