Whitespace and stuff

This commit is contained in:
Tamius Han 2021-04-10 04:10:22 +02:00
parent a039fd4ce4
commit ddbddc45a9
2 changed files with 1 additions and 3 deletions

View File

@ -538,8 +538,6 @@ class VideoData {
} }
return heightCompensationFactor; return heightCompensationFactor;
} }
firstTimeArdInit(){ firstTimeArdInit(){
if(this.destroyed || this.invalid) { if(this.destroyed || this.invalid) {
// throw {error: 'VIDEO_DATA_DESTROYED', data: {videoData: this}}; // throw {error: 'VIDEO_DATA_DESTROYED', data: {videoData: this}};

View File

@ -148,7 +148,7 @@ class Scaler {
} }
if (ar.type === AspectRatioType.Reset){ if (ar.type === AspectRatioType.Reset){
return {xFactor: arCorrectionFactor, yFactor: arCorrectionFactor, arCorrectionFactor: arCorrectionFactor} return {xFactor: arCorrectionFactor, yFactor: arCorrectionFactor, arCorrectionFactor: arCorrectionFactor};
} }
// handle fuckie-wuckies // handle fuckie-wuckies