Explorar el Código

Update documentation

JC Brand hace 8 años
padre
commit
38f3dc66a3
Se han modificado 1 ficheros con 0 adiciones y 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();
-
         }
     });