and a different one that sometimes shows up

This commit is contained in:
Daniel Brooks
2016-08-03 20:31:35 -07:00
parent 81c8a69a7a
commit 70ad117a20
+1 -1
View File
@@ -421,7 +421,7 @@ var Module = null;
};
BaseLoader.fetchFile = function (title, url) {
return { title: title, url: url };
return { title: title, url: url, optional: false };
};
BaseLoader.fetchOptionalFile = function (title, url) {