Update fullscreencontrol.js
This commit is contained in:
@@ -160,7 +160,7 @@ ol.control.FullScreen.prototype.setMap = function (map) {
|
|||||||
if (map) {
|
if (map) {
|
||||||
this.listenerKeys.push(
|
this.listenerKeys.push(
|
||||||
ol.events.listen(goog.global.document, goog.dom.fullscreen.EventType.CHANGE,
|
ol.events.listen(goog.global.document, goog.dom.fullscreen.EventType.CHANGE,
|
||||||
this.handleFullScreenChange_, this);
|
this.handleFullScreenChange_, this)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user