Files
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

12 lines
197 B
HTML

<html>
<head>
<script src="./node_modules/es5-shim/es5-shim.js"></script>
<script src="./es6-shim.min.js"></script>
<script>
Promise.resolve(2);
Promise();
new Promise();
</script>
</head>
</html>