Browse Source

Update jsdoc comments

pull/1392/merge
Artur Arseniev 8 years ago
parent
commit
1abde609d9
  1. 2
      src/index.js

2
src/index.js

@ -31,7 +31,7 @@ module.exports = (() => {
version: '<# VERSION #>',
/**
* Initializes an editor based on passed options
* Initialize the editor with passed options
* @param {Object} config Configuration object
* @param {string|HTMLElement} config.container Selector which indicates where render the editor
* @param {Boolean} [config.autorender=true] If true, auto-render the content

Loading…
Cancel
Save