瀏覽代碼

fixed missing constant issue

Gildas 7 年之前
父節點
當前提交
2f26f2b35f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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",