Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krschacht committed Aug 23, 2024
1 parent a342115 commit 1ed1dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/frames/frame_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class FrameController {
let renderer

if (this.element.shouldReloadWithMorph) {
renderer = new MorphingFrameRenderer(this, this.view.snapshot, snapshot, MorphFrameRenderer.renderElement, false, false)
renderer = new MorphingFrameRenderer(this, this.view.snapshot, snapshot, MorphingFrameRenderer.renderElement, false, false)
} else {
renderer = new FrameRenderer(this, this.view.snapshot, snapshot, FrameRenderer.renderElement, false, false)
}
Expand Down

0 comments on commit 1ed1dc1

Please sign in to comment.