renamed to yjs

This commit is contained in:
DadaMonad
2015-01-26 23:24:50 +00:00
parent d5c7d51dc4
commit 978203d73e
57 changed files with 83 additions and 54177 deletions

View File

@@ -2,14 +2,14 @@
<html>
<head>
<meta charset=utf-8 />
<title>Yatta+Polymer Example</title>
<title>Y Example</title>
<script src="../../../webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="../../../polymer/polymer.html">
<link rel="import" href="yatta-test.html">
<link rel="import" href="y-test.html">
</head>
<body>
<yatta-test></yatta-test>
<y-test></y-test>
<script src="./index.js"></script>
</body>
</html>