X Tutup
Skip to content

Commit c1ae49d

Browse files
committed
fix(testing): remove Symbol dummy shim
Closes angular#5067 Closes angular#5719
1 parent 4432cf5 commit c1ae49d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/angular2/src/testing/shims_for_IE.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,3 @@ if (!window.console.assert) window.console.assert = function () { };
128128
clearTimeout(id);
129129
};
130130
}());
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

Comments
 (0)
X Tutup