ソースを参照

Merge pull request #239 from ckeditor/t/237

Internal: Fixed CC in `translation-service`. Closes #237.
Piotrek Koszuliński 7 年 前
コミット
21cc7864b4
1 ファイル変更1 行追加0 行削除
  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 = {};
 }