Merge pull request #5538 from probins/inherits
Replace remaining goog.inherits
This commit is contained in:
@@ -93,7 +93,7 @@ ol.DeviceOrientation = function(opt_options) {
|
|||||||
this.setTracking(options.tracking !== undefined ? options.tracking : false);
|
this.setTracking(options.tracking !== undefined ? options.tracking : false);
|
||||||
|
|
||||||
};
|
};
|
||||||
goog.inherits(ol.DeviceOrientation, ol.Object);
|
ol.inherits(ol.DeviceOrientation, ol.Object);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ ol.render.Box = function(className) {
|
|||||||
this.endPixel_ = null;
|
this.endPixel_ = null;
|
||||||
|
|
||||||
};
|
};
|
||||||
goog.inherits(ol.render.Box, ol.Disposable);
|
ol.inherits(ol.render.Box, ol.Disposable);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ ol.webgl.Context = function(canvas, gl) {
|
|||||||
this.handleWebGLContextRestored, this);
|
this.handleWebGLContextRestored, this);
|
||||||
|
|
||||||
};
|
};
|
||||||
goog.inherits(ol.webgl.Context, ol.Disposable);
|
ol.inherits(ol.webgl.Context, ol.Disposable);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user