hristoterezov 10 лет назад
Родитель
Сommit
1cc99880d2
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      modules/xmpp/recording.js

+ 2
- 2
modules/xmpp/recording.js Просмотреть файл

@@ -89,13 +89,13 @@ Recording.prototype.isSupported = function () {
89 89
  */
90 90
 Recording.prototype.getState = function () {
91 91
     return this.state;
92
-}
92
+};
93 93
 
94 94
 /**
95 95
  * Returns the url of the recorded video.
96 96
  */
97 97
 Recording.prototype.getURL = function () {
98 98
     return this.url;
99
-}
99
+};
100 100
 
101 101
 module.exports = Recording;

Загрузка…
Отмена
Сохранить