Remove unneeded map.isDef call
This commit is contained in:
@@ -246,10 +246,6 @@ ol.interaction.Draw.prototype.setMap = function(map) {
|
|||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.interaction.Draw.handleEvent = function(mapBrowserEvent) {
|
ol.interaction.Draw.handleEvent = function(mapBrowserEvent) {
|
||||||
var map = mapBrowserEvent.map;
|
|
||||||
if (!map.isDef()) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
var pass = true;
|
var pass = true;
|
||||||
if (mapBrowserEvent.type === ol.MapBrowserEvent.EventType.POINTERMOVE) {
|
if (mapBrowserEvent.type === ol.MapBrowserEvent.EventType.POINTERMOVE) {
|
||||||
pass = this.handlePointerMove_(mapBrowserEvent);
|
pass = this.handlePointerMove_(mapBrowserEvent);
|
||||||
|
|||||||
Reference in New Issue
Block a user