|
@@ -48,6 +48,7 @@ this.singlefile = this.singlefile || {
|
|
|
[options.frames] = await Promise.all(preInitializationPromises);
|
|
[options.frames] = await Promise.all(preInitializationPromises);
|
|
|
options.doc = doc;
|
|
options.doc = doc;
|
|
|
options.win = win;
|
|
options.win = win;
|
|
|
|
|
+ return options;
|
|
|
},
|
|
},
|
|
|
getPageData: async function (options = {}, classOptions) {
|
|
getPageData: async function (options = {}, classOptions) {
|
|
|
options.insertSingleFileComment = true;
|
|
options.insertSingleFileComment = true;
|