Removed obsolete and unused utility fns

This commit is contained in:
Steve Gravrock
2022-06-11 11:17:16 -07:00
parent 135ff20123
commit e2e2275d41
7 changed files with 36 additions and 118 deletions

View File

@@ -61,7 +61,7 @@ getJasmineRequireObj().makePrettyPrinter = function(j$) {
} catch (e) {
this.emitScalar('has-invalid-toString-method');
}
} else if (j$.util.arrayContains(this.seen, value)) {
} else if (this.seen.includes(value)) {
this.emitScalar(
'<circular reference: ' +
(j$.isArray_(value) ? 'Array' : 'Object') +