Browse Source

missplaced comma

pull/2078/head
Juan 7 years ago
parent
commit
72427bda9c
  1. 2
      src/rich_text_editor/index.js

2
src/rich_text_editor/index.js

@ -138,7 +138,7 @@ module.exports = () => {
* @example
* rte.add('bold', {
* icon: '<b>B</b>',
* attributes: {title: 'Bold',}
* attributes: {title: 'Bold'},
* result: rte => rte.exec('bold')
* });
* rte.add('link', {

Loading…
Cancel
Save