Fix call to flash

This commit is contained in:
Ansis Brammanis
2013-01-31 11:17:32 -05:00
parent ca82bf989d
commit f0414f7ca1
+1 -1
View File
@@ -136,7 +136,7 @@ iD.Map = function() {
}
if (Math.log(d3.event.scale / Math.LN2 - 8) < minzoom + 1) {
iD.flash()
iD.ui.flash()
.select('.content')
.text('Cannot zoom out further in current mode.');
return map.zoom(16);