[bugfix,view-map][xs]: issue with map not rendering due to calling redraw in render (introduced in 62a790ceb907026e3c076bbf5e2148ff3033855f).

This commit is contained in:
Rufus Pollock 2012-05-22 11:46:09 +01:00
parent 7527cf6089
commit cbe668f0e3

View File

@ -176,7 +176,6 @@ my.Map = Backbone.View.extend({
$('#editor-field-type-latlon').attr('checked','checked').change();
}
}
this.redraw();
return this;
},