Ver Fonte

CC: Ignored `else` branch.

Maciej Bukowski há 7 anos atrás
pai
commit
9a5e80de51
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/ckeditor5-utils/src/translation-service.js

+ 1 - 0
packages/ckeditor5-utils/src/translation-service.js

@@ -9,6 +9,7 @@
  * @module utils/translation-service
  */
 
+/* istanbul ignore else */
 if ( !window.CKEDITOR_TRANSLATIONS ) {
 	window.CKEDITOR_TRANSLATIONS = {};
 }