Skip to content

Commit

Permalink
Remove documentation for keepImageTag option which doesn’t exist
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed May 29, 2019
1 parent e9c1412 commit 297d69a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion truncate.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* @param {String} string string needs to be truncated
* @param {Number} maxLength length of truncated string
* @param {Object} options (optional)
* @param {Boolean} [options.keepImageTag] flag to specify if keep image tag, false by default
* @param {Boolean|String} [options.ellipsis] omission symbol for truncated string, '...' by default
* @return {String} truncated string
*/
Expand Down

0 comments on commit 297d69a

Please sign in to comment.