Browse Source

directory cleanup

pull/1/head
AJ ONeal 9 years ago
parent
commit
c4626055ff
  1. 6
      examples/index.html
  2. 0
      examples/node-buffer.js
  3. 0
      examples/node-thirty-two.js
  4. 0
      examples/test.js
  5. 0
      examples/utf8-mdn.js
  6. 1
      unibabel-dom.js

6
index.html → examples/index.html

@ -4,9 +4,9 @@
</head>
<body>
This is for testing. Look in the console.
<script src="./index.js"></script>
<script src="./unibabel.hex.js"></script>
<script src="./unibabel.base32.js"></script>
<script src="../index.js"></script>
<script src="../unibabel.hex.js"></script>
<script src="../unibabel.base32.js"></script>
<script src="./test.js"></script>
</body>
</html>

0
node-test.js → examples/node-buffer.js

0
node-test-base32.js → examples/node-thirty-two.js

0
test.js → examples/test.js

0
unibabel-mozilla.js → examples/utf8-mdn.js

1
unibabel-dom.js

@ -1 +0,0 @@
index.js
Loading…
Cancel
Save