Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
81bcae0015
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 1
react/features/filmstrip/components/web/Filmstrip.js View File

@@ -540,6 +540,6 @@ function _mapStateToProps(state) {
540 540
     };
541 541
 }
542 542
 console.log("Filmstrip WEB2?")
543
-window.glob_dbg.Filmstrip = Filmstrip
543
+// window.glob_dbg.Filmstrip = Filmstrip
544 544
 if (window?.glob_dbg?.j){window.glob_dbg.j.Filmstrip = Filmstrip}
545 545
 export default translate(connect(_mapStateToProps)(Filmstrip));

Loading…
Cancel
Save