Initial Commit -> Text collaboration works

This commit is contained in:
Kevin Jahns
2014-07-29 21:29:10 +02:00
commit b91135157e
79 changed files with 34627 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<html>
<head>
<meta charset="utf-8">
<title>Test GOTOjs</title>
<link rel="stylesheet" href="../../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="Yatta_test.js"></script>
<script>
mocha.checkLeaks();
mocha.run();
</script>
</body>
</html>