First working revision of undo redo

This commit is contained in:
Tom MacWright
2012-11-05 14:23:01 -05:00
parent 812aff870e
commit 9101aa8772
3 changed files with 88 additions and 30 deletions
+3
View File
@@ -95,6 +95,9 @@
d3.select('.zoombuttons .zoom-in').on('click', map.zoomIn);
d3.select('.zoombuttons .zoom-out').on('click', map.zoomOut);
d3.select('#undo').on('click', map.undo);
d3.select('#redo').on('click', map.redo);
</script>
</body>
</html>