Fix namespace

This commit is contained in:
John Firebaugh
2013-01-22 14:58:45 -05:00
parent 814c3608db
commit 2e6c23d7ef

View File

@@ -113,7 +113,7 @@ iD.modes.DrawArea = function(wayId) {
d3.select(document)
.call(keybinding);
history.on('undone.drawline', function () {
history.on('undone.drawarea', function () {
controller.enter(iD.modes.Browse());
});
};
@@ -135,7 +135,7 @@ iD.modes.DrawArea = function(wayId) {
keybinding.off();
history.on('undone.drawline', null);
history.on('undone.drawarea', null);
window.setTimeout(function() {
mode.map.dblclickEnable(true);