mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 07:13:12 +00:00
1.8.2
This commit is contained in:
@ -42,7 +42,7 @@ class MyChat extends IResource {
|
||||
};
|
||||
}
|
||||
|
||||
constructor(){
|
||||
constructor() {
|
||||
super();
|
||||
this.messages = [new Structure({usr: "Admin", msg: "Welcome to Esiur", date: new Date()})];
|
||||
this.title = "Chat Room";
|
||||
|
Reference in New Issue
Block a user