fix preferUntransformed sync

This commit is contained in:
Kevin Jahns
2017-07-31 14:41:40 +02:00
parent 5384bf4faf
commit 4dce0816a6
6 changed files with 12 additions and 16 deletions

View File

@@ -19,7 +19,8 @@
<script src="../../y.js"></script>
<script src="../../../y-map/dist/y-map.js"></script>
<script src="../../../y-memory/y-memory.js"></script>
<script src="../../../y-websockets-client/dist/y-websockets-client.js"></script> <script src="../bower_components/d3/d3.js"></script>
<script src="../../../y-websockets-client/y-websockets-client.js"></script>
<script src="../bower_components/d3/d3.js"></script>
<script src="./index.js"></script>
</body>
</html>