First shot at create drawway

This commit is contained in:
Tom MacWright
2012-10-25 19:34:40 -04:00
parent f19e5196b3
commit 08b29ba999
+8
View File
@@ -0,0 +1,8 @@
iD.DrawWay = {
enter: function(map) {
console.log('entering');
return 'foo';
},
exit: function(map) {
}
};