Browse Source

CC: Ignored `else` branch.

Maciej Bukowski 7 năm trước cách đây
mục cha
commit
9a5e80de51
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = {};
 }