Merge branch 'main' into 3.99

This commit is contained in:
Steve Gravrock
2021-05-18 17:07:34 -07:00
15 changed files with 465 additions and 150 deletions

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,