|
@@ -55,7 +55,7 @@ export default class Editor {
|
|
|
* Commands registered to the editor.
|
|
* Commands registered to the editor.
|
|
|
*
|
|
*
|
|
|
* @readonly
|
|
* @readonly
|
|
|
- * @member {module:core/command/commandcollection~CommandCollection}
|
|
|
|
|
|
|
+ * @member {module:core/commandcollection~CommandCollection}
|
|
|
*/
|
|
*/
|
|
|
this.commands = new CommandCollection();
|
|
this.commands = new CommandCollection();
|
|
|
|
|
|