mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Remove unused
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
iD.behavior.Edit = function(context) {
|
||||
function disableTooHigh() {
|
||||
if (!context.map().editable()) {
|
||||
context.enter(iD.modes.Browse(context));
|
||||
}
|
||||
}
|
||||
|
||||
function edit() {
|
||||
context.map()
|
||||
.minzoom(16);
|
||||
|
||||
Reference in New Issue
Block a user