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 list.
* @class
* @namespace _converse.ChatRoomTaskList
* @namespace _converse.exports.ChatRoomTaskList
* @memberof _converse
*/
class ChatRoomTaskList extends Model {