Whitespace and stuff
This commit is contained in:
parent
a039fd4ce4
commit
ddbddc45a9
@ -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}};
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user