Fixed casing of editorService open method inline documentation for the size parameter
This commit is contained in:
committed by
Sebastiaan Janssen
parent
f2a5e5da87
commit
966bfafe22
@@ -202,7 +202,7 @@ When building a custom infinite editor view you can use the same components as a
|
|||||||
*
|
*
|
||||||
* @param {Object} editor rendering options
|
* @param {Object} editor rendering options
|
||||||
* @param {String} editor.view Path to view
|
* @param {String} editor.view Path to view
|
||||||
* @param {String} editor.size Sets the size of the editor ("Small"). If nothing is set it will use full width.
|
* @param {String} editor.size Sets the size of the editor ("small"). If nothing is set it will use full width.
|
||||||
*/
|
*/
|
||||||
function open(editor) {
|
function open(editor) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user