fix(testing): remove Symbol dummy shim

Closes #5067

Closes #5719
This commit is contained in:
Marc Laval 2015-12-09 00:06:45 +01:00
parent 4432cf5438
commit c1ae49d91e
1 changed files with 0 additions and 4 deletions

View File

@ -128,7 +128,3 @@ 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_'};