Replace remaining goog.inherits
This commit is contained in:
@@ -47,7 +47,7 @@ ol.render.Box = function(className) {
|
||||
this.endPixel_ = null;
|
||||
|
||||
};
|
||||
goog.inherits(ol.render.Box, ol.Disposable);
|
||||
ol.inherits(ol.render.Box, ol.Disposable);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user