Browse Source

Merge pull request #239 from ckeditor/t/237

Internal: Fixed CC in `translation-service`. Closes #237.
Piotrek Koszuliński 7 years ago
parent
commit
21cc7864b4
1 changed files with 1 additions and 0 deletions
  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 = {};
 }