瀏覽代碼

auto commit

master
jfinn 4 年之前
父節點
當前提交
e2a0ac5b2f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      JitsiMeetJS.js

+ 1
- 1
JitsiMeetJS.js 查看文件

55
  * @return the next lowest resolution from the given one, or {@code null} if it
55
  * @return the next lowest resolution from the given one, or {@code null} if it
56
  * is already the lowest acceptable resolution.
56
  * is already the lowest acceptable resolution.
57
  */
57
  */
58
- console.log("ljm_5x 2")
58
+ console.log("ljm_5x 3")
59
 function getLowerResolution(resolution) {
59
 function getLowerResolution(resolution) {
60
     if (!Resolutions[resolution]) {
60
     if (!Resolutions[resolution]) {
61
         return null;
61
         return null;

Loading…
取消
儲存