소스 검색

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",