Selaa lähdekoodia

Fixes jshint errors

master
hristoterezov 10 vuotta sitten
vanhempi
commit
1cc99880d2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      modules/xmpp/recording.js

+ 2
- 2
modules/xmpp/recording.js Näytä tiedosto

@@ -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;

Loading…
Peruuta
Tallenna