Use ol.inherits instead of goog.inherits
This commit is contained in:
@@ -68,7 +68,7 @@ ol.OverlayPositioning = {
|
||||
*/
|
||||
ol.Overlay = function(options) {
|
||||
|
||||
goog.base(this);
|
||||
ol.Object.call(this);
|
||||
|
||||
/**
|
||||
* @private
|
||||
@@ -174,7 +174,7 @@ ol.Overlay = function(options) {
|
||||
}
|
||||
|
||||
};
|
||||
goog.inherits(ol.Overlay, ol.Object);
|
||||
ol.inherits(ol.Overlay, ol.Object);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user