Преглед на файлове

ensure options.doc is defined (bg save)

= преди 6 години
родител
ревизия
33f81045ec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/single-file/modules/css-fonts-minifier.js

+ 1 - 1
lib/single-file/modules/css-fonts-minifier.js

@@ -67,7 +67,7 @@ this.singlefile.lib.modules.fontsMinifier = this.singlefile.lib.modules.fontsMin
 			});
 			workStyleElement.remove();
 			docContent += doc.body.innerText;
-			if (getComputedStyle) {
+			if (getComputedStyle && options.doc) {
 				fontsInfo.used = fontsInfo.used.map(fontNames => fontNames.map(familyName => {
 					const matchedVar = familyName.match(/^var\((--.*)\)$/);
 					if (matchedVar && matchedVar[1]) {