8
0
فهرست منبع

Merge pull request #25 from ckeditor/t/24

Docs: Fixed API docs for the autosave plugin. Closes #24.
Piotr Jasiun 6 سال پیش
والد
کامیت
8370be98ee
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/ckeditor5-autosave/src/autosave.js

+ 2 - 2
packages/ckeditor5-autosave/src/autosave.js

@@ -343,6 +343,7 @@ mix( Autosave, ObservableMixin );
 
 
 /**
 /**
  * The minimum amount of time that need to pass after last action to call the provided callback.
  * The minimum amount of time that need to pass after last action to call the provided callback.
+ * By default it is 1000 ms.
  *
  *
  *		ClassicEditor
  *		ClassicEditor
  *			.create( editorElement, {
  *			.create( editorElement, {
@@ -356,6 +357,5 @@ mix( Autosave, ObservableMixin );
  *			.then( ... )
  *			.then( ... )
  *			.catch( ... );
  *			.catch( ... );
  *
  *
- * @property module:autosave/autosave~AutosaveConfig#waitingTime
- * @type {Number}
+ * @member {Number} module:autosave/autosave~AutosaveConfig#waitingTime
  */
  */