瀏覽代碼

Fixes jshint errors

master
hristoterezov 10 年之前
父節點
當前提交
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;

Loading…
取消
儲存