Pārlūkot izejas kodu

fixed missing constant issue

Gildas 7 gadi atpakaļ
vecāks
revīzija
2f26f2b35f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      lib/font-face/font-face-proxy.js

+ 1 - 0
lib/font-face/font-face-proxy.js

@@ -38,6 +38,7 @@ this.fontFaceProxy = this.fontFaceProxy || (() => {
 	};
 
 	function hook() {
+		const NEW_FONT_FACE_EVENT = "single-file-new-font-face";
 		const FONT_STYLE_PROPERTIES = {
 			family: "font-family",
 			style: "font-style",