浏览代码

Merge branch 'master' into t/ckeditor5-image/134

Szymon Kupś 8 年之前
父节点
当前提交
80fa3c9f96
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/ckeditor5-core/src/plugin.js

+ 3 - 0
packages/ckeditor5-core/src/plugin.js

@@ -121,6 +121,9 @@ mix( Plugin, ObservableMixin );
  * Note: The native `Function.name` property could not be used to keep the plugin name because
  * it will be mangled during code minification.
  *
+ * Naming a plugin is necessary to enable removing it through the
+ * {@link module:core/editor/editorconfig~EditorConfig#removePlugins `config.removePlugins`} option.
+ *
  * @static
  * @readonly
  * @member {String|undefined} module:core/plugin~PluginInterface.pluginName