Set initial state of "Zoom in to Edit" (fixes #1372)

This commit is contained in:
John Firebaugh
2013-04-24 12:39:22 -07:00
parent 275696caaa
commit 53a9c23835
+2
View File
@@ -43,6 +43,8 @@ iD.ui.Modes = function(context) {
context.map()
.on('move.mode-buttons', _.debounce(disableTooHigh, 500));
disableTooHigh();
buttons.append('span')
.attr('class', function(mode) { return mode.id + ' icon icon-pre-text'; });