From d6fa9dd1a0deccd5e933ec98798d5af6bbd831e7 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 17 Apr 2021 12:32:59 -0700 Subject: [PATCH] Fixed jsdocs for Spy#calls#thisFor --- lib/jasmine-core/jasmine.js | 1 - src/core/CallTracker.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 717db311..1736f7c5 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3004,7 +3004,6 @@ getJasmineRequireObj().CallTracker = function(j$) { /** * Get the "this" object that was passed to a specific invocation of this spy. * @name Spy#calls#thisFor - * @since 3.7.1 * @function * @param {Integer} index The 0-based invocation index. * @return {Object?} diff --git a/src/core/CallTracker.js b/src/core/CallTracker.js index 005849ab..128790fe 100644 --- a/src/core/CallTracker.js +++ b/src/core/CallTracker.js @@ -52,7 +52,6 @@ getJasmineRequireObj().CallTracker = function(j$) { /** * Get the "this" object that was passed to a specific invocation of this spy. * @name Spy#calls#thisFor - * @since 3.7.1 * @function * @param {Integer} index The 0-based invocation index. * @return {Object?}