Fixed jsdocs for Spy#calls#thisFor

This commit is contained in:
Steve Gravrock
2021-04-17 12:32:59 -07:00
parent 25fbe0646a
commit d6fa9dd1a0
2 changed files with 0 additions and 2 deletions

View File

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

View File

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