Update fullscreencontrol.js

This commit is contained in:
AvatharDG
2016-03-24 09:39:31 +01:00
parent c9cb9b6d36
commit 290f8b5c7d

View File

@@ -160,7 +160,7 @@ ol.control.FullScreen.prototype.setMap = function (map) {
if (map) {
this.listenerKeys.push(
ol.events.listen(goog.global.document, goog.dom.fullscreen.EventType.CHANGE,
this.handleFullScreenChange_, this);
this.handleFullScreenChange_, this)
);
}
};