Skip to content

Commit

Permalink
fix legacy style
Browse files Browse the repository at this point in the history
  • Loading branch information
webmalex committed Jan 30, 2025
1 parent 8353398 commit ef7537e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/view/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ namespace $ {

for( const el of sub ) {
if( el && typeof el === 'object' && 'dom_final' in el ) {
el['dom_final']()
el.dom_final();
}
}

Expand Down

0 comments on commit ef7537e

Please sign in to comment.