浏览代码

No way currently to remove plugins

and I'm not aware of a valid usecase for doing so.
JC Brand 8 年之前
父节点
当前提交
754caad079
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      docs/source/developer_api.rst

+ 0 - 9
docs/source/developer_api.rst

@@ -112,15 +112,6 @@ Registers a new plugin.
     }
     converse.plugins.add('myplugin', plugin);
 
-remove
-~~~~~~
-
-Removes a plugin from the registry.
-
-.. code-block:: javascript
-
-    converse.plugins.remove('myplugin');
-
 
 Private API methods
 ===================