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?}