Skip to content

Commit

Permalink
Revert "fix issue sjbarag#638, allow "node" node type of "roSGNode""
Browse files Browse the repository at this point in the history
This reverts commit e8ea91d.
  • Loading branch information
Vasyl Martynych committed Apr 8, 2021
1 parent e148628 commit 44c6f53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/brsTypes/components/ComponentFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {

export enum BrsComponentName {
Node = "Node",
Node_lowerCase = "node",
Group = "Group",
LayoutGroup = "LayoutGroup",
Rectangle = "Rectangle",
Expand Down Expand Up @@ -69,8 +68,6 @@ export class ComponentFactory {
return new LayoutGroup([], name);
case BrsComponentName.Node:
return new RoSGNode([], name);
case BrsComponentName.Node_lowerCase:
return new RoSGNode([], name);
case BrsComponentName.Rectangle:
return new Rectangle([], name);
case BrsComponentName.Label:
Expand Down

0 comments on commit 44c6f53

Please sign in to comment.