Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
e2e6da65ae
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      react/features/filmstrip/functions.web.js

+ 1
- 2
react/features/filmstrip/functions.web.js View File

99
 }: Object) {
99
 }: Object) {
100
 
100
 
101
     try {
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
         if (fn_ret){
103
         if (fn_ret){
105
             return fn_ret.ret
104
             return fn_ret.ret
106
         }
105
         }

Loading…
Cancel
Save