Browse Source

Fixes jshint errors

dev1
hristoterezov 10 years ago
parent
commit
1cc99880d2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      modules/xmpp/recording.js

+ 2
- 2
modules/xmpp/recording.js View File

@@ -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…
Cancel
Save