Ver Fonte

fixed missing constant issue

Gildas há 7 anos atrás
pai
commit
2f26f2b35f
1 ficheiros alterados com 1 adições e 0 exclusões
  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",