Bläddra i källkod

No way currently to remove plugins

and I'm not aware of a valid usecase for doing so.
JC Brand 8 år sedan
förälder
incheckning
754caad079
1 ändrade filer med 0 tillägg och 9 borttagningar
  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
 ===================