8
0
Просмотр исходного кода

Updated getLocalizedOptions docs.

Szymon Kupś 7 лет назад
Родитель
Сommit
3af7f54ad1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-heading/src/utils.js

+ 1 - 1
packages/ckeditor5-heading/src/utils.js

@@ -6,7 +6,7 @@
  * Note: The reason behind this method is that there's no way to use {@link module:utils/locale~Locale#t}
  * when the user config is defined because the editor does not exist yet.
  *
- * @private
+ * @param {module:core/editor/editor~Editor} editor
  * @returns {Array.<module:heading/heading~HeadingOption>}.
  */
 export function getLocalizedOptions( editor ) {