Deprecate ol/inherits

This commit is contained in:
ahocevar
2018-07-18 15:40:53 +02:00
parent 95533bef66
commit 6f32d1a15b

View File

@@ -22,6 +22,7 @@
* @param {!Function} childCtor Child constructor.
* @param {!Function} parentCtor Parent constructor.
* @function module:ol.inherits
* @deprecated
* @api
*/
export function inherits(childCtor, parentCtor) {