From 0715728ceed7819eaa1feae73570bac43bed500d Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 28 Jul 2016 15:31:27 +0200 Subject: [PATCH] Update JSDoc --- src/editor/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/main.js b/src/editor/main.js index f1d00aad7..8b87c2ebf 100644 --- a/src/editor/main.js +++ b/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