Merge branch '3.99' into 4.0

This commit is contained in:
Steve Gravrock
2021-05-22 09:09:03 -07:00
8 changed files with 131 additions and 2 deletions

View File

@@ -987,7 +987,7 @@ getJasmineRequireObj().Env = function(j$) {
var declarationError = null;
try {
specDefinitions.call(suite);
specDefinitions.call(j$.deprecatingThisProxy(suite, self));
} catch (e) {
declarationError = e;
}