fixed doSync bug, fixed connection problems, improved p2p sync method - still

there are some cases that may lead to inconsistencies. Currently, only the master-slave method is a reliable sync method
This commit is contained in:
DadaMonad
2015-02-05 10:46:40 +00:00
parent 58a479be9b
commit 3eb933400a
21 changed files with 631 additions and 330 deletions

View File

@@ -1,4 +1,3 @@
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="y-object" hidden attributes="val connector y">
</polymer-element>