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 fff0f1b commit 2dd4144
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 @@ -42,7 +42,7 @@ export class UniversalViewer extends BaseContentHandler<IUVData<any>> {
constructor(public options: IUVOptions) {
super(options);
this._assignContentHandler(this.options.data);
// for backwards compat, remove in next major version
// for backwards compat, remove in next major version (UV5)
this._assignedContentHandler = this.assignedContentHandler;
}

Expand Down

0 comments on commit 2dd4144

Please sign in to comment.