Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
chore: pretty please fix the build
Browse files Browse the repository at this point in the history
 - I found a note about an IE shim that was removed because it isn't needed.  Hacking and slashing in the dark as to why this IE failure is happening.  It doesn't happen when running locally with sauce labs.
  • Loading branch information
justindujardin committed Jan 17, 2016
1 parent 3d27fbf commit 6d4c1c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions karma.ie.shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,7 @@ window.matchMedia || (window.matchMedia = function() {
return mql;
};
}());

// 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_'};

0 comments on commit 6d4c1c4

Please sign in to comment.