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

Remove assertion that throws in IE8 #323

Merged
merged 1 commit into from
Mar 4, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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