Skip to content

Commit

Permalink
Update src/UniversalViewer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Demian Katz <[email protected]>
  • Loading branch information
edsilv and demiankatz authored Jan 16, 2025
1 parent f36aaba commit fff0f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UniversalViewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class UniversalViewer extends BaseContentHandler<IUVData<any>> {
public contentType: ContentType = ContentType.UNKNOWN;
public assignedContentHandler: IContentHandler<IUVData<any>>;

// for backwards compat, remove in next major version
// for backwards compat, remove in next major version (UV5)
public _contentType = this.contentType;
public _assignedContentHandler;

Expand Down

0 comments on commit fff0f1b

Please sign in to comment.