Fixed jsdocs for Spy#calls#thisFor
This commit is contained in:
@@ -3004,7 +3004,6 @@ getJasmineRequireObj().CallTracker = function(j$) {
|
|||||||
/**
|
/**
|
||||||
* Get the "this" object that was passed to a specific invocation of this spy.
|
* Get the "this" object that was passed to a specific invocation of this spy.
|
||||||
* @name Spy#calls#thisFor
|
* @name Spy#calls#thisFor
|
||||||
* @since 3.7.1
|
|
||||||
* @function
|
* @function
|
||||||
* @param {Integer} index The 0-based invocation index.
|
* @param {Integer} index The 0-based invocation index.
|
||||||
* @return {Object?}
|
* @return {Object?}
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ getJasmineRequireObj().CallTracker = function(j$) {
|
|||||||
/**
|
/**
|
||||||
* Get the "this" object that was passed to a specific invocation of this spy.
|
* Get the "this" object that was passed to a specific invocation of this spy.
|
||||||
* @name Spy#calls#thisFor
|
* @name Spy#calls#thisFor
|
||||||
* @since 3.7.1
|
|
||||||
* @function
|
* @function
|
||||||
* @param {Integer} index The 0-based invocation index.
|
* @param {Integer} index The 0-based invocation index.
|
||||||
* @return {Object?}
|
* @return {Object?}
|
||||||
|
|||||||
Reference in New Issue
Block a user