From 50c88e77741e547a7354b7232e9c1611f8e7591e Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Thu, 8 Jul 2021 18:53:21 -0700 Subject: [PATCH] Mark Env#hideDisabled deprecated in jsdocs --- src/core/Env.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Env.js b/src/core/Env.js index 4d775d08..5ffc52b8 100644 --- a/src/core/Env.js +++ b/src/core/Env.js @@ -583,6 +583,7 @@ getJasmineRequireObj().Env = function(j$) { * @name Env#hideDisabled * @since 3.2.0 * @function + * @deprecated Use the `hideDisabled` option with {@link Env#configure} */ this.hideDisabled = function(value) { this.deprecated(