Added jsdocs for Spy.callData.returnValue
This commit is contained in:
@@ -8295,6 +8295,7 @@ getJasmineRequireObj().Spy = function(j$) {
|
|||||||
* @property {object} object - `this` context for the invocation.
|
* @property {object} object - `this` context for the invocation.
|
||||||
* @property {number} invocationOrder - Order of the invocation.
|
* @property {number} invocationOrder - Order of the invocation.
|
||||||
* @property {Array} args - The arguments passed for this invocation.
|
* @property {Array} args - The arguments passed for this invocation.
|
||||||
|
* @property returnValue - The value that was returned from this invocation.
|
||||||
*/
|
*/
|
||||||
var callData = {
|
var callData = {
|
||||||
object: context,
|
object: context,
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ getJasmineRequireObj().Spy = function(j$) {
|
|||||||
* @property {object} object - `this` context for the invocation.
|
* @property {object} object - `this` context for the invocation.
|
||||||
* @property {number} invocationOrder - Order of the invocation.
|
* @property {number} invocationOrder - Order of the invocation.
|
||||||
* @property {Array} args - The arguments passed for this invocation.
|
* @property {Array} args - The arguments passed for this invocation.
|
||||||
|
* @property returnValue - The value that was returned from this invocation.
|
||||||
*/
|
*/
|
||||||
var callData = {
|
var callData = {
|
||||||
object: context,
|
object: context,
|
||||||
|
|||||||
Reference in New Issue
Block a user