Przeglądaj źródła

No way currently to remove plugins

and I'm not aware of a valid usecase for doing so.
JC Brand 8 lat temu
rodzic
commit
754caad079
1 zmienionych plików z 0 dodań i 9 usunięć
  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);
     converse.plugins.add('myplugin', plugin);
 
 
-remove
-~~~~~~
-
-Removes a plugin from the registry.
-
-.. code-block:: javascript
-
-    converse.plugins.remove('myplugin');
-
 
 
 Private API methods
 Private API methods
 ===================
 ===================