Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Jan 20, 2025
1 parent 3e1ea3f commit bafb072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brsTypes/components/RoSGNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ export function createNodeByType(interpreter: Interpreter, type: BrsString): RoS
return new mock.MockNode(maybeMock, type.value);
}

// If this is a built-in component, then return it.
// If this is a built-in node component, then return it.
let node = NodeFactory.createComponent(type.value as BrsNodeType);
if (node) {
return node;
Expand Down

0 comments on commit bafb072

Please sign in to comment.