Преглед изворни кода

checking out dev

tags/0.0.1^2
K Rob пре 3 година
родитељ
комит
4286092176
1 измењених фајлова са 9 додато и 9 уклоњено
  1. 9
    9
      frontend/src/services/chat.service.js

+ 9
- 9
frontend/src/services/chat.service.js Прегледај датотеку

49
     return pubnubClient
49
     return pubnubClient
50
 }
50
 }
51
 
51
 
52
-class ChatMessage {
53
-    constructor({ title, description }) {
54
-        ;(this.title = title), (this.description = description)
55
-    }
56
-}
52
+// class ChatMessage {
53
+//     constructor({ title, description }) {
54
+//         ;(this.title = title), (this.description = description)
55
+//     }
56
+// }
57
 
57
 
58
-const testMessage = new ChatMessage({
59
-    title: 'testing',
60
-    description: 'hello world!',
61
-})
58
+// const testMessage = new ChatMessage({
59
+//     title: 'testing',
60
+//     description: 'hello world!',
61
+// })
62
 const MAIN_CHANNEL = 'Channel-Siimee'
62
 const MAIN_CHANNEL = 'Channel-Siimee'
63
 
63
 
64
 /** Singleton that holds all our chat information */
64
 /** Singleton that holds all our chat information */

Loading…
Откажи
Сачувај