Remove goog.global (#5178)
* Remove goog.global
* Correct externs location
* Use Function('return this')
* Remove global externs
This commit is contained in:
committed by
Andreas Hocevar
parent
6efd3dab0b
commit
cd6494149b
@@ -156,7 +156,7 @@ ol.control.FullScreen.prototype.setMap = function(map) {
|
||||
goog.base(this, 'setMap', map);
|
||||
if (map) {
|
||||
this.listenerKeys.push(
|
||||
ol.events.listen(goog.global.document, goog.dom.fullscreen.EventType.CHANGE,
|
||||
ol.events.listen(ol.global.document, goog.dom.fullscreen.EventType.CHANGE,
|
||||
this.handleFullScreenChange_, this)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user