Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Jun 20, 2024
1 parent cc08316 commit 6a2c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/widget_ngl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ class NGLView extends widgets.DOMWidgetView{
shapeComp.addRepresentation("buffer");
}

async g(structure) {
async replaceStructure(structure) {
const { data, params = {}, ext } = structure;
const blob = new Blob([data], { type: "text/plain" });
const { compList, viewerControls } = this.stage;
Expand Down

0 comments on commit 6a2c2a1

Please sign in to comment.