Skip to content

Commit

Permalink
Minor API docs corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaTomanek committed Nov 7, 2016
1 parent cc9647e commit 57563c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/editor.js
Expand Up @@ -1837,7 +1837,7 @@ CKEDITOR.ELEMENT_MODE_INLINE = 3;
*/

/**
* Event fired when the {@link #method-destroy} is called,
* Event fired when the {@link #method-destroy} method is called,
* but before destroying the editor.
*
* @event beforeDestroy
Expand Down
3 changes: 2 additions & 1 deletion plugins/pastefromword/filter/default.js
Expand Up @@ -1333,7 +1333,8 @@
*
* @private
* @param {CKEDITOR.htmlParser.element[]} list An array containing list items.
* @param {CKEDITOR.htmlParser.element[]} lists All the lists in the pasted content represented by an array of arrays of list items. Modified by this method.
* @param {CKEDITOR.htmlParser.element[]} lists All the lists in the pasted content represented by an array of arrays
* of list items. Modified by this method.
* @member CKEDITOR.plugins.pastefromword.lists
*/
chopDiscontinousLists: function( list, lists ) {
Expand Down

0 comments on commit 57563c0

Please sign in to comment.