Deprecate ol/inherits
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
* @param {!Function} childCtor Child constructor.
|
* @param {!Function} childCtor Child constructor.
|
||||||
* @param {!Function} parentCtor Parent constructor.
|
* @param {!Function} parentCtor Parent constructor.
|
||||||
* @function module:ol.inherits
|
* @function module:ol.inherits
|
||||||
|
* @deprecated
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
export function inherits(childCtor, parentCtor) {
|
export function inherits(childCtor, parentCtor) {
|
||||||
|
|||||||
Reference in New Issue
Block a user