Skip to content

Commit

Permalink
Fixed docs for range.enlarge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Aug 23, 2016
1 parent 2f98a20 commit 8ec2d2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/dom/range.js
Expand Up @@ -1201,7 +1201,8 @@ CKEDITOR.dom.range = function( root ) {
/**
* Expands the range so that partial units are completely contained.
*
* @param unit {Number} The unit type to expand with.
* @param {Number} unit The unit type to expand with. Use one of following values: {@link CKEDITOR#ENLARGE_BLOCK_CONTENTS},
* {@link CKEDITOR#ENLARGE_ELEMENT}, {@link CKEDITOR#ENLARGE_INLINE}, {@link CKEDITOR#ENLARGE_LIST_ITEM_CONTENTS}.
* @param {Boolean} [excludeBrs=false] Whether include line-breaks when expanding.
*/
enlarge: function( unit, excludeBrs ) {
Expand Down

0 comments on commit 8ec2d2f

Please sign in to comment.