Explorar el Código

fixed missing constant issue

Gildas hace 7 años
padre
commit
2f26f2b35f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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",