From a6f773f61d2c6f7956f2cc9381a6f9a66a01dbfc Mon Sep 17 00:00:00 2001 From: Mateusz Samsel Date: Wed, 5 Jul 2017 14:19:25 +0200 Subject: [PATCH] Update descriptions. --- core/commanddefinition.js | 8 ++++---- plugins/a11yhelp/plugin.js | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/core/commanddefinition.js b/core/commanddefinition.js index 57857fbebd2..5e82e00ab8f 100644 --- a/core/commanddefinition.js +++ b/core/commanddefinition.js @@ -162,15 +162,15 @@ */ /** - * Defines optional command label. Property is automatically used by accessibility helper to display it in Command table. + * Defines command label. Property is automatically used by accessibility helper to display it in Command table. * * @since 4.8.0 - * @property {String} label + * @property {String} [label] */ /** - * Defines optional command description. Property is automatically used by accessibility helper to display it in Command table below keystroke. + * Defines command description. Property is automatically used by accessibility helper to display it in Command table below keystroke. * * @since 4.8.0 - * @property {String} description + * @property {String} [description] */ diff --git a/plugins/a11yhelp/plugin.js b/plugins/a11yhelp/plugin.js index 32ce1626d9d..1dff8e76d8d 100644 --- a/plugins/a11yhelp/plugin.js +++ b/plugins/a11yhelp/plugin.js @@ -56,6 +56,7 @@ * * @class * @singleton + * @since 4.8.0 */ CKEDITOR.plugins.a11yhelp = { /**