chore(test): failures in browsers which do no support Symbol.iterator
Closes #5069
This commit is contained in:
parent
c262bda1d3
commit
a16214c614
|
@ -128,3 +128,7 @@ if (!window.console.assert) window.console.assert = function () { };
|
|||
clearTimeout(id);
|
||||
};
|
||||
}());
|
||||
|
||||
// Workaround for https://github.com/angular/angular/issues/5067
|
||||
// TODO: remove as part of the issue resolution
|
||||
if (!window.Symbol) window.Symbol = {iterator: '_es6-shim iterator_'};
|
||||
|
|
Loading…
Reference in New Issue