Parcourir la source

More docs improvements.

Oskar Wróbel il y a 5 ans
Parent
commit
5c08d2f1b3
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      packages/ckeditor5-core/src/editor/utils/dataapimixin.js

+ 1 - 2
packages/ckeditor5-core/src/editor/utils/dataapimixin.js

@@ -71,8 +71,7 @@ export default DataApiMixin;
  * the right format for you.
  *
  * @method #getData
- * @param {Object} [options] Additional configuration for the retrieved data. By default two optional
- * properties: `rootName` and `trim` are provided. Other properties of this object are specified by various editor features.
+ * @param {Object} [options]
  * @param {String} [options.rootName='main'] Root name.
  * @param {String} [options.trim='empty'] Whether returned data should be trimmed. This option is set to `'empty'` by default,
  * which means that whenever editor content is considered empty, an empty string is returned. To turn off trimming