Skip to content

Commit

Permalink
Download page: Fix implicitly declared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Dec 5, 2017
1 parent 924784a commit f986551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.js
Expand Up @@ -396,7 +396,7 @@ function getSortedComponents(components, requireName, sorted) {
}
}
if (notNow) {
tmp = sorted[i];
var tmp = sorted[i];
sorted[i] = sorted[indexOfRequirement];
sorted[indexOfRequirement] = tmp;
}
Expand Down

0 comments on commit f986551

Please sign in to comment.