chore(test): failures in browsers which do no support Symbol.iterator
Closes #5069
This commit is contained in:
parent
c262bda1d3
commit
a16214c614
4
modules/angular2/src/testing/shims_for_IE.js
vendored
4
modules/angular2/src/testing/shims_for_IE.js
vendored
@ -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…
x
Reference in New Issue
Block a user