Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #323 from matthewp/fix-ie8
Browse files Browse the repository at this point in the history
Remove assertion that throws in IE8
  • Loading branch information
guybedford committed Mar 4, 2015
2 parents 3fa8477 + d267fc4 commit cd4fbae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@ function logloads(loads) {
// 15.2.4.6.1 AddDependencyLoad (load is parentLoad)
.then(function(depLoad) {

console.assert(!load.dependencies.some(function(dep) {
return dep.key == request;
}), 'not already a dependency');

// adjusted from spec to maintain dependency order
// this is due to the System.register internal implementation needs
load.dependencies[index] = {
Expand Down

0 comments on commit cd4fbae

Please # to comment.