changing the GC algorith. Only operations left to an deleted insertion can be garbage collected. (incomplete!)

This commit is contained in:
DadaMonad
2015-01-08 12:10:57 +00:00
parent af3cd2361a
commit a1b07f84ea
14 changed files with 244 additions and 33065 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset=utf-8 />
<title>PeerJs Json Example</title>
<script src="../../../Connector/xmpp-connector/xmpp-connector.js"></script>
<script src="../../../Yatta-Connectors/xmpp-connector/xmpp-connector.js"></script>
<script src="../../build/browser/yatta.js"></script>
<script src="./index.js"></script>
</head>

View File

@@ -1,11 +1,11 @@
<link rel="import" href="../../yatta-element.html">
<link rel="import" href="../../../Connector/strophe-connector/strophe-connector.html">
<link rel="import" href="../../../Yatta-Connectors/xmpp-connector/xmpp-connector.html">
<link rel="import" href="../../bower_components/paper-slider/paper-slider.html">
<polymer-element name="yatta-test" attributes="yatta connector stuff">
<template>
<strophe-connector id="connector" connector={{connector}}></strophe-connector>
<xmpp-connector id="connector" connector={{connector}}></xmpp-connector>
<yatta-element connector={{connector}} val={{yatta}}>
<yatta-property name="slider" val={{slider}}>
</yatta-property>