todomvc: Clean up

This commit is contained in:
Tony Garnock-Jones 2016-05-15 16:22:36 -04:00
parent 3d13375b20
commit aed3a9f1e2
2 changed files with 1 additions and 16 deletions

View File

@ -60,8 +60,5 @@
<p>Created by <a href="http://twitter.com/leastfixedpoint">Tony Garnock-Jones</a></p> <p>Created by <a href="http://twitter.com/leastfixedpoint">Tony Garnock-Jones</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer> </footer>
<hr>
<pre id="ds-state"></pre>
</body> </body>
</html> </html>

View File

@ -1,13 +1,5 @@
/* /*
To Do (ho ho ho) todomvc spec is at: https://github.com/tastejs/todomvc/blob/master/app-spec.md
spec is at: https://github.com/tastejs/todomvc/blob/master/app-spec.md
- file layout?
- README
- pattern the HTML more explicitly on the given template, keep changes to a minimum
- code style https://github.com/tastejs/todomvc/blob/master/contributing.md#code-style
- persist to localStorage; use correct keys and name.
- BUG: transitions don't happen because the nodes are being replaced rather than edited. - BUG: transitions don't happen because the nodes are being replaced rather than edited.
*/ */
@ -238,7 +230,3 @@ ground dataspace G {
} }
} }
} }
// G.dataspace.setOnStateChange(function (mux, patch) {
// document.getElementById("ds-state").innerText = Syndicate.prettyTrie(mux.routingTable);
// });