more .js wrongly removed

This commit is contained in:
Olivier Gagnon
2018-06-26 13:38:55 -04:00
parent 40b29ea3c0
commit 50a1e83b55
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ function _getScriptUrls(script, scripts, seen) {
// Replace every import statement with an import to a blob url containing
// the corresponding script. E.g.
//
// import {foo} from "bar";
// import {foo} from "bar.js";
//
// becomes
//