Explorar o código

Update documentation

JC Brand %!s(int64=8) %!d(string=hai) anos
pai
achega
38f3dc66a3
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      docs/source/developer_api.rst

+ 0 - 2
docs/source/developer_api.rst

@@ -514,11 +514,9 @@ retrieving the user's custom status message.
 
     converse.plugins.add('myplugin', {
         initialize: function () {
-
             this._converse.user.status.message.set('In a meeting');
             // Returns "In a meeting"
             return this._converse.user.status.message.get();
-
         }
     });