We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4432cf5 commit c1ae49dCopy full SHA for c1ae49d
modules/angular2/src/testing/shims_for_IE.js
@@ -128,7 +128,3 @@ if (!window.console.assert) window.console.assert = function () { };
128
clearTimeout(id);
129
};
130
}());
131
-
132
-// Workaround for https://github.com/angular/angular/issues/5067
133
-// TODO: remove as part of the issue resolution
134
-if (!window.Symbol) window.Symbol = {iterator: '_es6-shim iterator_'};
0 commit comments