From 6f32d1a15b22b13fe184eeab35515bea5aa19841 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 18 Jul 2018 15:40:53 +0200 Subject: [PATCH] Deprecate ol/inherits --- src/ol/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/util.js b/src/ol/util.js index 07395da368..f5966f1c93 100644 --- a/src/ol/util.js +++ b/src/ol/util.js @@ -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) {