Converse upstream WIP:

* moving exports to _converse.exports.
This commit is contained in:
John Livingston
2024-07-15 17:46:45 +02:00
parent cbcf51d1eb
commit b9473cada9
6 changed files with 16 additions and 11 deletions

View File

@ -7,7 +7,7 @@ import { Model } from '@converse/skeletor/src/model.js'
/**
* A chat room task.
* @class
* @namespace _converse.ChatRoomTask
* @namespace _converse.exports.ChatRoomTask
* @memberof _converse
*/
class ChatRoomTask extends Model {