Browse Source

Update JSDoc

pull/36/head
Artur Arseniev 10 years ago
parent
commit
0715728cee
  1. 1
      src/editor/main.js

1
src/editor/main.js

@ -32,6 +32,7 @@
* @param {Boolean} [config.copyPaste=true] Enable/Disable the possibility to copy(ctrl + c) & paste(ctrl + v) components
* @param {Boolean} [config.undoManager=true] Enable/Disable undo manager
* @param {Boolean} [config.autorender=true] If true renders editor on init
* @param {Boolean} [config.noticeOnUnload=true] Enable/Disable alert message before unload the page
* @param {string} [config.height='900px'] Height for the editor container
* @param {string} [config.width='100%'] Width for the editor container
* @param {Object} [config.storage={}] Storage manager configuration, see the relative documentation

Loading…
Cancel
Save