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
@@ -272,3 +272,6 @@ ol.inherits =
|
||||
* @return {undefined} Nothing.
|
||||
*/
|
||||
ol.nullFunction = function() {};
|
||||
|
||||
|
||||
ol.global = Function('return this')();
|
||||
|
||||
Reference in New Issue
Block a user