ソースを参照

auto commit

dev8
jfinn 4年前
コミット
34cfea2541
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      react/features/filmstrip/components/web/Thumbnail.js

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

@@ -430,7 +430,7 @@ class Thumbnail extends Component<Props, State> {
430 430
         this._stopListeningForAudioUpdates(this.props._audioTrack);
431 431
     }
432 432
 	componentWillMount() {
433
-		clog("dev componentWillMount",{that:this,args:[...arguments])
433
+		console.log("dev componentWillMount",{that:this,args:[...arguments]})
434 434
 
435 435
 	}
436 436
     /**

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