Added jsdocs for Spy.callData.returnValue

This commit is contained in:
Steve Gravrock
2021-04-24 14:57:33 -07:00
parent 5e3f937221
commit d815e99456
2 changed files with 2 additions and 0 deletions

View File

@@ -8295,6 +8295,7 @@ getJasmineRequireObj().Spy = function(j$) {
* @property {object} object - `this` context for the invocation.
* @property {number} invocationOrder - Order of the invocation.
* @property {Array} args - The arguments passed for this invocation.
* @property returnValue - The value that was returned from this invocation.
*/
var callData = {
object: context,

View File

@@ -44,6 +44,7 @@ getJasmineRequireObj().Spy = function(j$) {
* @property {object} object - `this` context for the invocation.
* @property {number} invocationOrder - Order of the invocation.
* @property {Array} args - The arguments passed for this invocation.
* @property returnValue - The value that was returned from this invocation.
*/
var callData = {
object: context,