ソースを参照

auto acp scripted

dev
jfinn 5年前
コミット
e2e6da65ae
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      react/features/filmstrip/functions.web.js

+ 1
- 2
react/features/filmstrip/functions.web.js ファイルの表示

@@ -99,8 +99,7 @@ export function calculateThumbnailSizeForTileView({
99 99
 }: Object) {
100 100
 
101 101
     try {
102
-            var fn_ret
103
-            glob_dev_fns[fn_name] ?  fn_ret = glob_dev_fns.calculateThumbnailSizeForTileView(...arguments) : 0
102
+        var fn_ret = glob_dev_fns.calculateThumbnailSizeForTileView(...arguments)
104 103
         if (fn_ret){
105 104
             return fn_ret.ret
106 105
         }

読み込み中…
キャンセル
保存